I\'m using Zend Gdata to connect users to a shared Google Docs spreadsheet that serves as a backend to a custom interface.
I\'m trying to include the YouTube Search in one of my .NET applications with framework Version 4.0. Unfortunately, the GData .NET开发者_高级运维 Library currently only supports .NET 2.0. Is it possib
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 am creating an application within our company that handles all our processing. This will need to implement Google Apps (we have premier).
I want to copy a document as mentioned here: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
I\'m trying to customize a table view to display a feed of youtube videos based on a search query. I found this code http://pastebin.com/vmV2c0HT which displays a feed of a YouTube channel in a tablev
I\'m using the Zend_Gdata_Photos PHP client to access the Google Picasa API, trying to just do something very simple, list all the albums, and then list all the photos within each album. This is my co
So, i\'m having a lot of trouble with this little piece of code. An example timestamp is this: \'1278509422000\'.. the problem is that it comes in as a string and I have to convert it somehow. I know
I\'m trying to grab the Gmail atom feed from a python application using OAuth. I have a working application that downloads the Google Reader feed, and I think it should simply be a matter of changing
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中文版?