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?
applicationDidBecomeActiveapplication delegate method. – Lego Oct 1 '12 at 9:59applicationDidBecomeActivewrite 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