I need to switch a FB user in my app.
Following the facebook tutorial steps, when I call [FBSession.activeSession closeAndClearTokenInformation] to sign out, my session is still active.
So I try to logging in again with another account but I can't.
Is it possible? Any suggestions? Thanks