I tried to integrate Facebook in my iOS app, using the new Facebook iOS SDK. I managed to authorize the app I created on Facebook, but after the iOS app reloads (after logging in), delegates like -(void)fbdidload son't get called. The controller I am using is presented modally at some point in my app. Could this be the problem? Which is the right way to set up the controller? I am quite convince this is the problem, because this is the only difference between my app and the demo app they provided. Please help.
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.
|
|
|
Make sure your class is a FBSessionDelegate, and when you authorize your app make sure you set yourself as the delegate. These are the callbacks after logging in:
If it is not switching back to your app follow the instructions to add your app id to the info.plst
|
|||
|
|