Here are the URLs for creating a Google Single Sign On.
Access Google OAuth via your web server:
http://code.google.com/apis/accounts/docs/OAuth2WebServer.html
Google Access Tokens:
https://accounts.google.com/b/0/IssuedAuthSubTokens
Google APIs:
http://code.google.com/apis/gdata/docs/directory.html
Android OAuth:
Service Connection Example:
http://developer.android.com/training/id-auth/authenticate.html#ConnectToService
Google OAuth Playground:
http://googlecodesamples.com/oauth_playground/
Google Data AuthScopes:
http://code.google.com/apis/gdata/faq.html#AuthScopes
Google Python Client Library:
http://code.google.com/p/google-api-python-client/
Google Oauth2 Login:

Post a Comment