If the user logs out from the Facebook app, my app won't be affected. Then if he logs in with a different account through Facebook app, my app can't detect it.
How can I detect if a different user/account is using my app?
|
If the user logs out from the Facebook app, my app won't be affected. Then if he logs in with a different account through Facebook app, my app can't detect it. How can I detect if a different user/account is using my app? |
||||
|
|
|
You can get the facebook user's id (and more) using the graph api:
You can use that to detect which user is using your app. |
|||||
|