Hello, I would like to use the Users API of App Engine from Android. Here is what I plan to do. On the Android UI I present a from where the user enters the username and password and clicks OK. From there the data is submitted to Google which allows the user to authenticate. This is exactly the part I don't know how to do because all examples on the web are for web browsers and not for mobile devices like android.
I also don't have a clue of how OpenID or Google Accounts or Google mail authentication works. Basically, do I get a cookie over SSL which allows me to prove my identity? Doesn't app engine close the session once the HTTP response is received by the client. If so how can I actually stay logged in? Thanks, John Goche -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
