Closed GoogleCodeExporter closed 9 years ago
You will need to have a solid understanding of OAuth 2.0 in order to make this
happen. Here is a good place to start:
https://developers.google.com/accounts/docs/OAuth2
You can use a web UI in order to allocate and access the refresh tokens. The
samples are using OAuth and the AuthorizationMgr class in the SampleHelper to
"cache" the refresh token. When you have a refresh token, you can use it to get
an access token. Once you have an access token, you can access the user's data.
In the future, the library will support a new OAuth 2.0 feature, Service
Accounts. That will allow you domain-wide access to user data (with sufficient
access levels).
Original comment by asky...@google.com
on 25 Apr 2012 at 5:48
Original issue reported on code.google.com by
ricardo....@gmail.com
on 11 Apr 2012 at 1:41