Andrey Chernukha
Andrey Chernukha

Reputation: 21808

PFFacebookUtils can't logout from Facebook

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?

Upvotes: 1

Views: 66

Answers (1)

Dan Levy
Dan Levy

Reputation: 4281

The user will have to go into the Safari app and log out there.

Upvotes: 1

Related Questions