Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
I failed to include this method in the app delegate. Adding this fixed the issue - (void)applicationDidBecomeActive:(UIApplication *)application { // We need to properly handle activation of the application with regards to SSO // (e.g., returning from iOS 6.0 authorization dialog or from fast app switching). [FBSession.activeSession handleDidBecomeActive]; } – Jonathan Wong Nov 8 '12 at 3:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.