Top "Gdata-api" questions

The GData API is a Rest style web protocol to pragmatically interact with google applications and a services, like Google Docs, Contacts and Calendar etc.

How to use GData in iOS?

I have used this GData and the tutorial ...But every time I missed something and lost...I am working on …

ios iphone gdata-api
How to publish a dynamic event feed for google calendar?

I'm building a webapp that manages certain types of events for users. I want to provide a way to display …

google-calendar-api gdata gdata-api atom-feed
How to get High quality RTSP Streaming URL using gData API

Recently I have tried to get high quality RTSP Streamng using gData API I have got only one clue from …

youtube-api gdata-api rtsp
Adding an Event to a "specific" Google Calender with GData API

I'm trying to add an event to a specific calendar in google calendar and I just don't find how. Here's …

c# asp.net gdata-api
YouTube API - Querying by publish date

I'm writing a webapp that uses the YouTube Code API to do specific types of searches. In this case, I'm …

api youtube gdata-api gdata
Get complete playlist listing for a YouTube User via API

So, here's my code for getting a youtube user's public playlists: function getyoutubeplaylists($userName) { $yt = connectyoutube(); $yt->setMajorProtocolVersion(2); $playlistListFeed = $…

php youtube youtube-api gdata-api zend-gdata