I'm trying to develop a multiplayer game. It connect the user to facebook and it gets the facebook user id to register and login to my XMPP server. Now, I use the user id as user and password, but it isn't secure.

I could use facebook xmpp chat as server but showing messages like 'STARTGAME','P1-MOVE-RIGHT',... in private messages is not good looking.

So... can I get some info from facebook api to use as password for the user?

Thank you!

link|improve this question

69% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Yes, please read the authentication section of the docs:

https://developers.facebook.com/docs/authentication/

Also there will be some good info relating to android here:

http://developers.facebook.com/docs/reference/androidsdk/

You may also be interested in using Facebook's Chat API. Check it out to see if it would be a good fit for your app.

http://developers.facebook.com/docs/chat/

link|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 at 22:06
feedback

Your Answer

 
or
required, but never shown

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