Hi All,

Background:

I am trying to implement a web-service for my App Engine application
and authenticate the user using OAuth. For this I chose to use my App
Engine application as an OAuth service provider.

My issue:

I got the request token back from App Engine and I redirected my user
to authorize the token and user grants access, everything is working
fine up until this point. When I try to get the access token using the
token and verifier provided by posting info to 'https://app-
id.appspot.com/_ah/OAuthGetAccessToken', I am getting a 400 error back
and does not have any information regarding what went wrong :(

I had used GData OAuth before on my client application and had similar
issues during development, but the response from Google's GData
service had a bit more information as to what was wrong and I was able
to get it working pretty easily.

My question is has anyone tried using their App Engine application as
an OAuth service provider? (I tried googling for a sample and was not
able to find anything)

I am using Google App Engine for Python.

Thanks,
Arun Shanker Prasad.

-- 
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.

Reply via email to