I notice that some games use Facebook SDK to login to their game. The first time I logged in, it shows a login form and go to their app. After logging out and in again, it doesn't show Facebook login form anymore. If I want to login with another Facebook account, I have to use Facebook app. Why? Why does the logout button of the game not logout Facebook as well? Is it a correct mechanism?
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.
|
|
Open Facebook.java provided by facebook sdk and then i had changes like this:
|
|||
|
|
|
Use below code for logout:
if you save the access token and expires on shared preferences, remove/clear on onComplete listener.. |
|||
|
|