I am trying to test my app by creating some test users on the app developer portal. When i click on the link "switch to" next to a test user, it logs me out of facebook and logs me in as the test user. However i noticed that the access token for the developer user is not invalidated on logout. Isn't the access token supposed to become invalid in the case of logout (which is the case when i actually logout of facebook as a regular user would). Is this a bug or am i missing something here ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I've noticed that access tokens don't always expire/invalidate as expected, and in a scenario like yours, you will have to manually set the new access token, leaving the old one in limbo somewhere.
should be all you need to log the new user into your app assuming you're using the PHP-SDK. |
|||||||||||
|