I have an app that uses the Facebook api. Login and requests working great. But, when I try calling facebook.logout(), it never actually logs out the user.
I have the native Facebook app on my device, and even fully logged out of that and closed the app. Then, in my app ran facebook.logout(). However, when I ran facebook.login() again, it automatically logged me in as if I were logged into the native Facebook app. It’s as if the logout() call didn’t really do anything.
Is there a Facebook token that’s being stored that is not cleared by logout()?