On Sun, Jan 8, 2012 at 9:24 PM, John Goche <johngoch...@googlemail.com> wrote:
>
> Hello,
>
> I am still trying to authenticate to app engine usingĀ  google accounts
> and would like to figure out the details of how such authenticator works.
> How do I detect in my servlet that the user has authenticated with
> google accounts?

Read the App Engine documentation first. Then start searching for
random examples.

> Here is an example that uses "ah" as the string parameter to getAuthToken.
> Is this what I use?
>

Yes, "ah" is for App Engine. If you are not sure, just try it out.
If it works, you know it works :)

> Any help sincerely appreciated, I'm really stuck on this one.

Here's a small library and an associated blog post by none other
than Google's Tim Bray. If you can't make that work, go back a
few steps and read the docs a couple of more times. If that doesn't
make sense, go a few steps back and read about HTTP and OAuth.

http://www.tbray.org/ongoing/When/201x/2011/09/29/AERC

http://code.google.com/p/aerc/

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