Hi Nokolay,

Thanx for your answer.

I'm already using OAuth 1.0 with my Android/GAE app.

I guess I'll have to go back to ClientLogin until GAE becomes OAuth 2.0 
compatible.

François

On Tuesday, June 19, 2012 5:58:51 AM UTC+2, Nikolay Elenkov wrote:
>
> 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 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

Reply via email to