I’ve just started using the facebook-ios-SDK. I’m trying to run the sample app to get a feel for how the framework works. I have never used the FB Graph API before, or indeed used FB connect. When the APP runs I can tap the Login button, and Safari launches to authorise the FB app with my account. Once I have authorised it I think the page tries to redirect and switch back to the sample app but fails, with safari showing “Cannot Open Page”.
Where am I going wrong?
You probably need to setup an authorization callback.
This is from SDK’s readme file: