i want to uses youtube\'s api within rails. I need a client which is able to access youtubes api application wide.
I build an html doc by encoding images with base64. Then, I upload the html on google docs, but images are \'quite never\' displayed.
I add Gdata to my project and set other C Flags: Debug : -DDEBUG=1 Other Linker Flags : -lxml2 -ObjC C Language Dialect:C99 [-sd=c99]
I have a small AppEngine app that enables me to add YouTube videos to a YouTube playlist. The app uses YouTube Data API through Java client library. The app worked great until some problems appeared f
There\'re similarities (in authentication and a few other operations, e.g. both can get documents list), but what are the differences? Why do we need both of them?
I need to upload html files to google开发者_如何学C docs with Google Documents List API, but the server always response an error of \"ServiceForbiddenException\".
hi I started learning google data api. I have one question What will be the best way of parsing xml google data xml ?
When trying to pull data from the youtube gdata api using urllib2.urlopen, I receive a HTTP 403 error. I\'ve turned off the CSRF middleware for debugging purposes, and the view I\'m using looks like t
I was wondering if anyone had an explanation/solution for this problem. I am using the GData API to get calendar information and store it into an NSDictionary, and accessing it later. However when I c
http://youtube.com/music lists the top 100 music videos on YouTube. How do I get these with the Data API? Can\'t find it documented anywhere.