I'm having an issue with using facebookSDK 3.1 on both iOS6 and iOS5. I got everything running correctly on iOS6 using the tutorials and resources from developers.facebook.com.
Now for iOS5 I'm using the [FBSession openActiveSessionWithReadPermissions:allowLoginUI:completionHandler:] and I see a web authentication pop up in iOS simulator.
However on the callback, I always get back FBSessionStateClosedLoginFailed. not sure what I need to do to get this working.
Thanks in advance