Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an authentication server whose web interface directs users to Google's auth page, which then sends them back to the authentication server to validate the OpenID key-value pairs. On success, the auth server checks its database to see if there are any existing users with the Google identifier retrieved from validating the OpenID key-value pairs (such as https://www.google.com/accounts/o8/id?id=moo). It is this identifier that allows me to match the Google account to a user record in my database.

Next, I'd like to build an Android app which connects to my server via TCP (not HTTP/HTTPS this time) and uses a Google account linked to the device (asking the user to choose, if more than one) to convince the server that the Google account they have authenticated to has the OpenID identifier https://www.google.com/accounts/o8/id?id=moo (or whatever it is).

How could this be achieved?

Thanks in advance!

share|improve this question
maybe that helps: stackoverflow.com/questions/9854781/… (check out the comments!) – Stefan Aug 20 '12 at 20:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.