I am developing the application which allow user to login via Facebook (using Facebook SDK for it). The error appears when a user has already logged in Facebook in iPhone se
Check that you pasted in the Facebook XML into your Info.plist correctly! (as seen here)
CFBundleURLTypes
CFBundleURLSchemes
fb{your-app-id}
FacebookAppID
{your-app-id}
FacebookDisplayName
{your-app-name}
LSApplicationQueriesSchemes
fbapi
fb-messenger-api
fbauth2
fbshareextension
I forgot to omit the curly brackets, and instead replaced the inner text, yielding the error this post references. Make sure you replace the "{your-app-id}" entirely!