google-data-api
How long does a ClientLogin for Google Data API stay valid/usable?
On this google documentation page I found out that you can reuse previously retrieved tokens. Now, I\'m currently having trouble (unpredictable results) with retrieving a key in the first place开发者_[详细]
2023-02-03 03:52 分类:问答Programmatic login to Google Data API
I\'m building开发者_高级运维 an application which will basically be an interface for my Google Finance account. Several people will use. I have just started to research on how to do this, and one thin[详细]
2023-02-02 18:14 分类:问答How do I add some test data to appengine local datastore file?
We are using GAE java. As part of every build we want to refresh the data in the local datastore file (/WEB-INF/appengine-generated/local_db.bin) to contain some reference data, i.e some specific dat[详细]
2023-02-01 07:46 分类:问答Read Gmail Inbox
I want to read my Gmail Inbox by using Google.GData.Client.dll. How do I accomplish this? I would li开发者_JAVA技巧ke a sample program.I found GMailAtomFeed[详细]
2023-01-30 17:58 分类:问答Google Data API Integration - Which Authentication Model?
I am in the processing of developing a web application which will integrate directly with a Google Calendar associated with a specific Google account. The account being accessed by the Goo开发者_如何学[详细]
2023-01-30 14:38 分类:问答Google Data API: OAuth authenticate URL instead of authorize URL?
I\'m accessing the Google Contacts API usin开发者_C百科g OAuth. I see from the docs that I have an authorize URL (https://www.google.com/accounts/OAuthAuthorizeToken), used to get the access token, b[详细]
2023-01-30 05:47 分类:问答App Engine getRecord not returning content
In Google App Engine, I am trying to get a specific record and the content associated with it.I use the following (relevant) code (all necessary GData is imported and the client is authenticated):[详细]
2023-01-29 13:32 分类:问答distinct domains in Google Contacts
List<string> ls = new List<string>(); Feed<Contact> f = cr.GetContacts(); foreach (Contact e in f.Entries)[详细]
2023-01-27 06:07 分类:问答Can we create login page same as google?
I am developing a google application in which I am giving a google login page to the users. so that users can login through this page.[详细]
2023-01-26 19:43 分类:问答Google Analytics API: filter by URI?
My site has开发者_JS百科 user profiles that are accessible via URLs that look like this: www.domain.com/profile/123/.... I want to show users page view statistics of their profiles, but need to be abl[详细]
2023-01-26 13:03 分类:问答