Since Days i\'m tr开发者_如何学Pythonying to parse a YOUTUBE-XML-Feed by using GDATA-API for iOS.
I\'m writing a web app to autopost on google buzz. I wrote a C# library to manage with \"Oauth dance\" and in it works fine, I can get oauth_token and oauth_token_secret.
I want to copy a document as mentioned here: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
I have been looking for a way to get the comments from a Blogger blog if I have a regular URL. I know you can get the blogID by scraping the html, which is somewhat unpleasant but has a few standard w
I am using the gdata library in my iPhone app to search for some youtube videos. Now most of the videos come up fine but some videos are not compatible for playback with the iPhone. I am using a webvi
var settings = new RequestSettings(\"appname\", \"googleusername\", \"googlepassword\"); var service = new WebmasterToolsRequest(settings);
I built a wiki using Google App engine and the Data APIs.The wiki pages are stored as Google Base \'Reference Articles.\'I want users to be able to view, edit, and delete the items, so when a request
I\'m creating a custom calendar app that is using Google Calendar as a base. I am wondering if there is a way through the Zend Gdata library to manage calendar sharing. From the documentation it does
I am using Google API Version 2fo .NET to create Google Calendar Entries. How can we set \"Privacy\" (Default,Public,Private) in Google Calendar 开发者_StackOverflow中文版?
I need to list a specific users uploaded videos (YouTube) in a UITableVi开发者_StackOverflow中文版ew. I\'ve downloaded the GData source and example projects (not iphone specific) but I can\'t seem to