2011-11-20

OAuth 2.0 Notes

Google Data API scope list: http://code.google.com/apis/gdata/faq.html#AuthScopes

Ref: http://code.google.com/apis/accounts/docs/OAuth2InstalledApp.html

For local applications

  1. Show user the page (modify as needed):
    https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=YOU_CLIENT_ID&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/calendar

No comments: