IOS FBLoginView: The user is not allowed to see this application in the developer kit configuration

I included FBLoginView in my view controller on Xcode without any problems. When I press the button in the iPhone simulator, I am redirected to facebook on safari, but this gives me an error message: the user is not allowed to see this application in the configuration of the developer kit.

The application is installed on the public in the Facebook control panel, and it is configured in the settings with the package identifier and one sign.

Any suggestions?

+6
source share
1 answer

This error is most likely caused by the use of a user account to check Facebook to enter the direct application (not the sandbox) of Facebook, Facebook tester users are application-oriented. Log out of Facebook and return using the test user from the correct application.

There are other options, such as no namespace, secretId, etc., but if the first answer is not a problem, then I assume that this is possible with the application settings in FB.

+2
source

Source: https://habr.com/ru/post/971621/


All Articles