Ok this may seem like a duplicate but I\'ve been through all of the questions that center around the issue and I still can\'t seem to get this to work for my app.
I
I ran into another issue. I edited the raw Info.plist file and added:
URL Types
URL Schemes
fbxxxxxxxxx
That didn't work because the keys are not 'URL Types', 'URL Schemes' and 'URL Identifier', it's 'CFBundleURLTypes' , 'CFBundleURLSchemes' and 'CFBundleURLIdentifier' instead. Xcode will rename that in the editor to 'URL Types', 'URL Schemes' and 'URL Identifier'.
To be sure select the Info.plist in xcode, right click->show raw keys/values.