(posted in OAuth group as well) 

I implemented the experimental OAuth support for Google App Engine using 
Python<http://code.google.com/appengine/docs/python/oauth/overview.html#OAuth_Endpoints>,
 
and have it working locally, but the endpoints are throwing a 400 when I 
deploy to appspot.

For example, the url http(s)://my-app.appspot.com/_ah/OAuthGetRequestToken 
returns a 400, but locally that url pattern behaves as expected.

I have tried both http and https, and assumed that appspot handles the ssl 
cert.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to