1

I have read a variety of similar posts on Stack Overflow, but none of them solved my problem. I have verified that my app id is indeed correct. I tried opening the .plist in a text editor and changing the URL Scheme to CFBundleURLSchemes, but that didn't solve the issue either. Is there a reason this is occurring in the simulator?

None of the suggestions here helped; FBSDKLog: Cannot use the Facebook app or Safari to authorize, fb**** is not registered as a URL Scheme

Community
  • 1
  • 1
kamran619
  • 531
  • 10
  • 32
  • So you have the correct fbxxx (xxx being the app id) as CFBundleURLSchemes and also both those keys defined `FacebookAppID` `FacebookDisplayName` ? – Jkmn Jan 09 '14 at 13:35
  • You could see a detailed illustration with the updated 2015 version for Xcode 6 here http://stackoverflow.com/a/18480723/1780492 – BootMaker May 24 '15 at 08:21

2 Answers2

1

Do you have the fb app installed on the simulator?.. if NOT there is no URL scheme registered You must have the app to make url scheme work =)

GL HF

0

I had the same problem, with simulator always and sometimes in real devices where Facebook was not signed under the phone "Settings".

Following the below answer links "Accepted answer" and also referring to "FB getting started" document solved my problem. Hope it will help you too.

Facebook SDK: app not registered as a URL Scheme

https://developers.facebook.com/docs/ios/getting-started (Topic: Configure an Xcode Project)

Community
  • 1
  • 1
A. Adam
  • 3,094
  • 1
  • 26
  • 25