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 previously had my IOS app integrated with the Facebook Graph API using the IOS SDK. I recently recreated the app on Facebook and now when it tries to authorize using:

- (BOOL)openSessionWithAllowLoginUI:(BOOL)allowLoginUI

I refer to guide this document (My SDK Version 3.1, Xcode version 4.5)

But My app gets redirected to a blank Facebook page with a cancel button at the top...

When running on iOS Simulator, My app gets Login page with Safari (is not facebook app installed), Is shown allowing to my facebook app page without no problems on Safari.

Does anyone have any suggestions on what I might be doing wrong or things to try?

share|improve this question
Can you please post some code? Would be interesting to see what you do in the applicationDidBecomeActive application delegate method. – Lego Oct 1 '12 at 9:59
@Lego In applicationDidBecomeActive write only [FBSession.activeSession handleDidBecomeActive]; and another code the same this guide. Here is my sample test project This project occur same problem – junhyogi Oct 1 '12 at 15:22
Using this login method works for the new SDK: link – Bill Donahue Oct 3 '12 at 19:17

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.