FBConnect iOS sdk: unknown_error

I am trying to develop the integration of Facebook with my application.

The problem starts when Facebook.app is installed on the device: When a user tries to register and the application is not installed , it is redirected to Safari, where the approval page is displayed, and everything works fine. When a user tries to register and the application is installed , it is redirected to the application, the application seems to process, but the approval page does not open, and then returns to my application with this URL: fb***************://authorize#error=unknown%5Ferror

Facebook.app version 4.0.2

Any help on this subject on how to continue debugging this issue would be greatly appreciated.

thanks

+4
source share
1 answer

Ran tip really helped. In my case, removing the package ID from the application configuration on Facebook solved this problem.

For those who missed, Ran directed me to this post: iOS Facebook does not work when the user has the FB application installed?

thanks

+1
source

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


All Articles