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'm making a video game that will be played on Windows (Desktop), Linux (Desktop), iOS, and Android. It's NOT a web based game. Instead of making people create an ID/PW specifically for my game I'd prefer to let them use their existing FB, G+, twitter, etc to login/create account. I'm not big into the social network side of things so is this an OK practice and if so where would I even start for FB, G+, & twitter API's to figure out how to do this?

I'm reading that OAuth is the way to go for client side applications. Does OAuth sit on top of OpenID or are they not related at all? Trying to read up on it but not getting that answer yet.

share|improve this question

1 Answer

up vote 1 down vote accepted

This is what you are looking for: OpenID. And yes, I think in fact a lot of people would say it is a best practice.

share|improve this answer
Do you, or anyone else, know of a C++ or Lua api for Windows that gives me OpenID functionality? Most everything I'm finding is Java or .NET. – user441521 Jun 19 '12 at 16:27

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.