I am working on a Windows application that needs to access services in a Google App Engine application via OAuth and I can't get the OAuth connection to work. To debug the problem I'm using the Google OAuth Playground page <http://googlecodesamples.com/oauth_playground/index.php>. If I enter the name of our GAE server (ourserver.appspot.com) as the scope, the sequence will fail with the error message "Invalid scope". If I choose one of the provided scopes I can make it through the OAuth sequence successfully, but then of course the resulting access token is rejected when I try to use it to access our server.
Can someone tell me how the "scope" parameter needs to be set on the Google Playground page in order to make a successful OAuth call into the Google App Engine? I'm aware this issue has been discussed here in the past. Reference: http://bit.ly/Nb6QJj -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Zz91jPgC00cJ. 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.
