Facebook SDK - Authorize Window pops up, user already authorized.
Tech: Facebook SDK 7.9.0, Unity 5.4.4f1, iOS 10.2
We use Facebook to authenticate users for the last few builds. The user can authenticate within the app confirm authorization, play the game, leave the game and the user doesn't see the authorization confirm window again. Just updated to Unity 5.4.4f1, now the user constantly sees the authorization confirm window.
I've tracked it down to something related to iOS security. From instructions here: https://developers.facebook.com/docs/ios/ios9 ..
This error keeps popping up within XCode : -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)
The user can login but that authorization window keep coming up. The user is already authorized the app for use.
Any ideas?
No but I'm looking for an answer as well. I had everything working using the patch release 5.5.0p4 but now for some unknown reason I keep seeing the "user has already authorized this app" screen and my login callback not working.
Answer by dennisb_pn · Feb 02, 2017 at 08:23 PM
I found an incorrect setting. If you follow the instructions for setting up FB for Unity, it should work as expected. Be sure to double check the FB docs and your app setup.
hi, i encountered the same problem, can you tell which setting to follow?