0

How can I implement facebook logout flow, so that when user clicks on logout button in app, then facebook ask for fresh login. I am using facebook SDK for ios 6.

Any help will be appreciated.

Thanks

Programming Learner
  • 4,351
  • 3
  • 22
  • 34

1 Answers1

0

You can try this

-(IBAction)logoutButtonPress:(id)sender {
    [FBSession.activeSession closeAndClearTokenInformation];
}
Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121