Hello everyone, I have an Android application that requires a secure webservice. What I would like to do is: 1) Have the user select a Google account already logged in on the Android device. I know how to accomplish this using the AccountManager API. 2) Using AccountManager, get an authtoken for the selected Google Account 3) Pass the authtoken to my webservice, which would then validate the authtoken with google.
Step 3 is where I'm lost. How do I validate the authtoken with Google? All the examples I've found use Google's AppEngine which handles the authentication for you. How can I validate the authtoken if I'm not using AppEngine? Thanks for any help, Jesse -- 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

