I am using Graph Api for Facebook authetication, I use following method for loging in.
[FBSession openActiveSessionWithPermissions:permissions
allowLoginUI:YES
completionHandler:
^(FBSession *session,
FBSessionState state, NSError *error) {}];
This causes the log in page to be opened in mobile safari.I use [FBSession.activeSession closeAndClearTokenInformation]; for loging out. My problem is i cant login back as a different user because the logout process doen't clear session in safari.
Same problem exists in the sample app provided in developer.facebook.com http://cloud.github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.0.8.pkg