Google Play Services recently released a new OAuth 2.0 API for easy OAuth 2.0 authentication. I was hoping to be able to use this in concurrence with an App Engine application.
I haven't been able to find any way to do this however, and I'm not sure how I should be querying App Engine after I get the token. Is this something that I should be added to the headers whenever I query App Engine? Will OAuth 2.0 even work with App Engine? Should I be using a specific scope? If possible, I'd like to use the scope that gives a profile: https://www.googleapis.com/auth/userinfo.profile.
Can someone please tell me what I'm doing wrong? Or if there's no way to authenticate on an App Engine service like this just yet?
Thanks!