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!