On Tue, Jun 19, 2012 at 12:57 PM, Nikolay Elenkov <nikolay.elen...@gmail.com> wrote: > On Mon, Jun 18, 2012 at 7:33 PM, Francois Masurel <f.masu...@gmail.com> 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"
BTW, it does support OAuth 1.0, here's an article describing how to set it up: http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en