- Home /
Facebook Login to create User account in my App
Hello,
I have just a quick question. I am currently developing an App for Android and IOS in Unity. I have managed to implement the Facebook login/logout. The application needs to store quite a few data about the user, such as Nickname, XP, level etc. in a database. Now, I am a bit confused on how to make sure that whenever the user logs in via Facebook (e.g. on different smartphone) then he/she will get all the accurate data from the database. Is it a good idea to get user's Facebook ID as a link between the Facebook account and the application account? I would be also glad for any advice with link to any helpful documentation, tutorial, course etc.
Comment