Facebook iOS 3.1 SDK: can login with Safari but not natively
I'm integrating the iOS 3.1 Facebook SDK. When implementing a login with Facebook feature, I call FBSession openActiveSessionWithReadPermissions:allowLoginUI:completionHandler: . When called on the simulator (where I don't have a FB account set up natively) I can successfully login. However, from a device with a native Facebook account setup, when calling openActiveSessionWithReadPermissions... the session type returned in the completion handler is always sessionStateClosedLoginFailed , regardless of whether I allow or disallow my app to use Facebook in the alert dialog. The session state