I've followed the tutorials to get the facebook login working properly, but the login keeps spewing out different errors.
First, when the facebook app was not installed, the following error appeared: -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
Then, when I did install it, first it threw out this error FBSDKLog: Missing [FBSDKAppEvents appEventsState.appID] for [FBSDKAppEvents flushOnMainQueue:]
Then it simply started saying "Cancelled" and not giving me any errors.
I've followed the tutorial correctly as far as I can tell - the .plist file is in the Special folder, I have added the #queriesschemes and the #urlscheme with the correct app ID and everything.
The login works fine on the Android version.
First, when the facebook app was not installed, the following error appeared: -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
Then, when I did install it, first it threw out this error FBSDKLog: Missing [FBSDKAppEvents appEventsState.appID] for [FBSDKAppEvents flushOnMainQueue:]
Then it simply started saying "Cancelled" and not giving me any errors.
I've followed the tutorial correctly as far as I can tell - the .plist file is in the Special folder, I have added the #queriesschemes and the #urlscheme with the correct app ID and everything.
The login works fine on the Android version.