After user authorization of the application. Facebook will ask the browser to launch the application requesting access. This URL is based on application URL patterns (defined in the Plist application). So you need to double check this. Safari shows an error because it cannot find the URL scheme -> Invalid URL
it looks like fb<myAppId> . After that, do a clean build of the project and run.
source share