On Mon, Jun 18, 2012 at 7:33 PM, Francois Masurel <[email protected]> wrote: > Hi Mukesh, > > Have you found a solution on this? > > I'm desperately trying to implement it on my Android app without success. >
It seems GAE doesn't currently support OAuth2 for authentication, so you have to use ClientLogin. You can get an admin token with this tokenType, but that's not useful for authenticating users (that's what GAE command line tools use to upload, etc. apps). "oauth2:https://www.googleapis.com/auth/appengine.admin" -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

