Hi Earl,

If you are able to prompt the user for their Google Account credentials (not
sure what is allowed in applicable terms of service agreements), then you
can forgo the browser and obtain a token using client login.

http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html

This is the approach used by appcfg. I describe an example in Python here:

http://code.google.com/p/scud-cms/source/browse/trunk/app_engine_http/http.py#239

Happy coding,

Jeff



On Sat, Aug 8, 2009 at 4:02 PM, spackest <[email protected]> wrote:

>
> Howdy,
>
> I want to write an android app and store the data in app engine.  Just
> wondering if there are easy ways to do this.  Would be nice if
> google.appengine.api.users was available in android.
>
> For now, I plan on bouncing to my site via the browser and getting
> cookies back which I could use in android.
>
> Thoughts?
>
> Thanks,
> Earl
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to