I know that this question has already been asked here, but nothing works for me. I can't logout from Facebook. No matter what I do I still see "You have already authorized AppName" screen.
I tried:
[[PFFacebookUtils facebookLoginManager] logOut];
which nullifies the current access token but no luck.
I tried deleting permissions but it does not work as well. Once permissions are deleted then it just asks user for permissions but it asks the same user.
I tried just:
[PFUser logout];
but still nothing.
Any ideas, guys?
The user will have to go into the Safari app and log out there.