I'm testing the new 3.1 framework. If I call [FBSession openActiveSessionWithReadPermissions:allowLoginUI:completionHandler I can see how an UIAlertView is being popped (as I have facebook login in ios).
However, if I create the session on my own and call openWithCompletionHandler I'm redirected to the facebook app or a webview (depending if I have the facebook App installed or not).
Is this broken? Am I missing something?
The reason I don't want to use activeSession, is because I need to set urlSchemeSuffix, and I don't see any way of doing that in activeSession (as these are only being set in the init methods of FBSession).
Thank you
openWithCompletionHandler? Or would it be fair to say that your real question is how to set the suffix for the active session? – James Pearce Sep 27 '12 at 7:23