- Once I login into the Facebook system using iOS SDK 3.0.
- Somehow my application will terminate without calling the logout event.
- My current login is active in the browser or webview, and I want to remove that account
information from the device. How can I remove it? (Programmatically call the logout event when terminating my application).
I tried [FBSession activesession close;], but I am not getting the proper solution.