i have asked this question before but no answer was there. so asking again. I just cant figure out which gdata framework class to use so that i can search youtube videos . i used some classes by deb
hi all i am making an app which uses gdata apis . i have included gdata apis in my app but know i dont know how to use the gdata framework to search all the videos with a search query . i want the i
The following use to work as expected on the local development server and on deployment. client = gdata.youtube.service.YouTubeService()
When working with the Blogger API the user ID is expected to be numeric. 开发者_如何学CI found out my numeric ID by looking at the URL for my Blogger profile page. However, I want my users to be able
I am putting together a tutorial showing how combine GWT, RPC and the gData API using Java I would like to utilize the existing gdata contacts classes (from gdata-contacts-3.0.jar et.al.) with the cl
I\'m trying to edit a gdocs spreadsheet using the GData API. I have the following code: _service = new DocsService(\"attask-gdocsintegration-1.0\");
Moving on from AuthSub to OAuth, I think I\'m slowly beginning to understand the process. This one threw me an error though:
What is the difference between Google Maps Data API and Google Maps API? I noticed t开发者_运维百科he former is deprecated but it is not replaced by the latter. It seems to me these two APIs are mean
I\'m using python GData to work with Google Calendar. I\'m making really simple requests (e.g. create event), using OAuth authorization.
Is there a better way to obtain the Id of a specific ContactGroupEntry from your开发者_StackOverflow中文版 gData contacts without having to retrieve and iterate through the entire List?