Hi Ikai, actually is version 1.0a: "Google's OAuth endpoints are now updated for OAuth v1.0a. This update involves two major changes.." REF: http://code.google.com/apis/accounts/docs/OAuth_ref.html
by the way, How can I get a consumer key and secret for an installed aplication (doesn't have a domain name), I want the consumer application to access google App Engine OAuth, I know I can do that with OAuth 2 services (like all Google APIs) writing "oob" for the oauth_callback parameter for OAuthGetRequestToken. But since OAuth service for App Engine uses version 1.0a and the way to get consumer key and secret is here: https://www.google.com/accounts/ManageDomains , it doesn't let me register a consumer without a domain name like the Google API's console (for oauth 2). What can I do? run an embedded web server and have a domain name for my client app?? Thanks, Damian On Jun 13, 12:19 am, "Ikai Lan (Google)" <[email protected]> wrote: > I know we want to support OAuth 2 at some point. I'm not aware of any > differences between OAuth 1.0 and 1.0a - care to elaborate? > > You get a consumer key/secret here: > > https://www.google.com/accounts/ManageDomains > > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog:http://googleappengine.blogspot.com > Twitter:http://twitter.com/app_engine > Reddit:http://www.reddit.com/r/appengine > > > > > > > > On Mon, Jun 13, 2011 at 3:49 AM, ddelrivero <[email protected]> wrote: > > Hi App Engine team, > > > it is not clear inside the current docs, > > > I would like to know which OAuth version can I use for a client/ > > consumer to use the OAuth Provider functionality for my App Engine > > app., version 1.0, 1.0a or 2.0 ? where is the right place to get the > > consumer key/secret (api key/secret) for an installed app that want to > > access my app engine oauth protected resources? I know of two places: > > the google page for thirdparty webapps (oauth1) and the google api > > console (oauth2). > > > What is the future direction of all this? > > > thank you. > > > Damian > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
