Hi, all I'm still fighting with GAE built-in OAuth.
I noticed that when I sign WITHOUT access token, my service provider recognizes consumer key. But when I sign with access token, my service provider doesn't, that is, it throws an exception. Requesting with access token in my consumer : request.sign_request(signature_method, consumer, access_token) # with access_token request.sign_request(signature_method, consumer, None) # WITHOUT access_token Getting OAuth user in my service provider : oauth.getCurrentUser() // Java version oauth.get_current_user() # Python version Getting OAuth consumer key in my service provider : oauth.getOAuthConsumerKey() // Java version oauth.get_oauth_consumer_key() # Python version Is it correct behavior ? Thanks Takashi SASAKI (@TakashiSasaki on Twitter) -- 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.
