I am trying to provide User authorization for my Android application via google accounts. I use HTTP POST message, basically with the Action URL = "https://www.google.com/accounts/ClientLogin" and I pass the "Username" and "Password" parameters. However when I execute the HTTP call, I find that I receive a NULL response. Is there anything I am missing, and is there a better way to do this. Note that I have turned on the Internet permission in the Android application.
-- 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

