I\'ll begin with the usual disclaimer: new to Sencha Touch/working with JSON, floundering in the dark. Any help or prodding in the right direction is appreciated 开发者_StackOverflow社区more than you
I\'m trying to use Tornado\'s library for federated login to authenticate users and get access to their calendar, contacts, and mail.However, when I get the \"mydomain.dyndns.info is asking for some i
First of all I want to give many thanks to Google GData API\'s engineers for their good work and I\'d like to mention that this question is not meant to criticize anything. It just pointing out things
I am using google calendar api to export an event to google calendar, when the userslogins to my web app he creates an event and exports the same event to google calendar, this a basic requirement. I
I\'m writing a Java client application which uses the Google Data API to upload things to youtube. I\'m wondering how I would go about tracking the progress of an upload, using the Google Data API lib
I\'m experimenting with some basic AuthSub authorization to test out the Google Data API (I\'m inte开发者_运维问答rested in using the Picasa API). I\'m having trouble getting my head around the steps
I just implemented Google Translator Toolkit API using the new google-api-java-client. Problem is, that authTokenType isn\'t mentioned anywhere in documentation and it seems to be important for authen
I am using two legged OAuth for Google Contact Data API and generating token on each request. Is it advisable or Should I store token to reuse it next time ?
I want to access data feed of my Google Data. I am using gdata private library. How do I generate RSA-Key using 开发者_Python百科Java Keytool ? How do I convert that key to .pk8 format ?How to generat
I\'m using python GData to work with Google Calendar. I\'m making really simple requests (e.g. create event), using OAuth authorization.