/appengine-oauth-profile

Google App Engine OAuth Profile endpoint application

Primary LanguagePythonMIT LicenseMIT

Google App Engine - OAuth Profile

This Google App Engine application provides a OAuth and Web Service Endpoint to access the specific Google Account information provided to Google App Engine.

The following example shows a dictionary of returned information:

{
  "id": "123456789123456789123"
  "email": "example@googlemail.com",
  "nickname": "example"
}

OAuth 1.0 Endpoint

Web Service Endpoint

Documentation

License