[google-appengine] Re: Automatic GAE login from Android

2009-02-24 Thread lenza
Hi Faber, Here is the information on how you generically log into Google services and GAE app programatically: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html http://stackoverflow.com/questions/101742/how-do-you-access-an-authenticated-google-app-engine-service

[google-appengine] Re: Automatic GAE login from Android

2009-02-24 Thread Faber Fedor
Thanks! I just finished getting my Android app to download the "public" data on my GAE app so your code will come in very handy! On Tue, Feb 24, 2009 at 11:54 AM, lenza wrote: > > Hi Faber, > > Here is the information on how you generically log into Google > services and GAE app programatically