mback2k / appengine-oauth-profile

Google App Engine OAuth Profile endpoint application

Home Page:https://oauth-profile.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google App Engine OAuth Profile endpoint application

https://oauth-profile.appspot.com/

License:MIT License


Languages

Language:Python 63.5%Language:HTML 36.5%