Category Archives: Google

Google Single Sign On using Django

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: https://sites.google.com/site/oauthgoog/oauth-practices/mobile-apps-for-complex-login-systems/samplecode#TOC-3.2.-Android 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: http://code.google.com/apis/accounts/docs/OAuth2Login.html