How to Log out from Facebook or revoke login using Parse and Swift
问题 I'm trying to completely log my user out of my app. When using PFUser.logout() I successfully log the user out of Parse. But when I come back in the app and click on the login button, I'm redirected to the Facebook screen saying :"You have already authorized [name of the app]" So I can never login again with another account, except if I reset the simulator. I also tried to logout using PFFacebookUtils.facebookLoginManager().logOut() But it doesn't work either... Hope you can help me find a