Reputation: 21
(https://i.sstatic.net/rrjrF.png)
I Have implemented facebook SDK for iOS for facebook login but it is providing error as shown in the image attached, I have configured everything but facebook login for business is not working, business verification is also completed but when i put my app on live mode then this issue appears
Upvotes: 2
Views: 1910
Reputation: 21
I struggled with this new Facebook login for Business and there're few things I found out to make it work
const loginResult = await LoginManager.logInWithPermissions([ 'email', 'instagram_basic', ]);
Upvotes: 2