On Tue, Jun 19, 2012 at 12:57 PM, Nikolay Elenkov
<[email protected]> wrote:
> 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";

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 [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

Reply via email to