I\'m using the Google Documents List API to get a list of documents and export their contents.I\'m authenticating wi开发者_如何学运维th OAuth (3-legged). It\'s been very straightforward, with one exce
I am integrating two apps into one. the first app is a chat app. We have used xmpp framework for retrieving Gmail chat buddies form Gmail account. In the other app we have used Google Data Protocol fo
I am doing a site in cakephp where users can upload videos and those get published on the site once approved by the moderator. Currently, I am accepting video files which are being uploaded on my serv
I\'m trying to parse a youtube video feed, and for each video print the list of its thumbnails. I\'ve tried something like that:
Here is my .XML: <table> <report field=\"FROZEN_BY\" /> <user name=\"Peter O\'Toole\" count=\"16\">
How get google search results url? (I use Zend_Gdata_Gbase for get search google results and not DomDocument/htmlsimpleparser because its looks to me that Zend_Gdata_Gbase done specially for parsing
I use gdata module for python to get cont开发者_运维问答acts but number of contacts display in web based and from gdata is not match, Just curious ,what\'s wrong with it.The default contacts feed for
So I am trying to sync to google docs, without having to ask the user for his credentials. I use this code to get an auth-token:
I have a python script, that generates kml files. Now I want to upload this kml file within the script (not per hand) to the \"my maps\" section 开发者_如何学编程of google maps. Does anybody have a py
So, I\'ve got a class with contains a NSMutableArray of CLLocation\'s, and a name. Now I want to save them to KML, ideally as a track (or , so I can use the file to display the locations traveled.)