I used to have an error like this with IOS. My solution is check config key FacebookSDK in file Info.plistios/name_project/Info.plist. Make sure that is correct with tutorial step 2 of FB: https://developers.facebook.com/docs/ios/getting-started/
You need to log in with the same account on your phone as well as the developer account when you’re in development mode.
Make sure you’ve entered a privacy policy URL.
If your development mode is disabled for some reason, it would probably be the cause of your privacy policy URL OR It will fix after you publish your app on Play Store.
i just fount the solution of that probem, you need to login with the same facbook account which you login in the facebook developer account [email protected] this person help
that’s probably not the suggestion you are expecting. But do yourself and your users a favor and remove facebook from your apps. Facebook is disrespecting developers and without any notice keep changing things, not respecting user rights; injecting scripts etc. Especially on IOS, you will have many issues with apple. I have just came to this post because I recognized myself that facebook login isnt working because my app was turned into Development mode, i dont know why and never got any notice from Facebook. This is not the first time Facebook does something like that. I had already in my mind to remove facebook for user rights and finally this triggered. All you need is a username-password login, if you want google login, it is ok at least for developers aspect. they inform you with the changes in advance.
Dont make your app depends on facebook, you will surely regret. There are many posts about if you google.
8
Answers
I used to have an error like this with IOS. My solution is check config key FacebookSDK in file Info.plist ios/name_project/Info.plist. Make sure that is correct with tutorial step 2 of FB: https://developers.facebook.com/docs/ios/getting-started/
You need to log in with the same account on your phone as well as the developer account when you’re in development mode.
Make sure you’ve entered a privacy policy URL.
If your development mode is disabled for some reason, it would probably be the cause of your privacy policy URL OR It will fix after you publish your app on Play Store.
If your mode is set to development,
try login with test users from the facebook developer account
Inside your device logout with any other fb account if it is there.
Follow the quickstart guide in facebook sdk properly.
Then it will ask for facebook login
i just fount the solution of that probem, you need to login with the same facbook account which you login in the facebook developer account
[email protected] this person help
Brother just turn on your app status(live) from your facebook developer account After filling all your information.
And Also use latest dependency. I’ve added below dependency in my project and it’s working.
implementation ‘com.facebook.android:facebook-android-sdk:[8,9)’
that’s probably not the suggestion you are expecting. But do yourself and your users a favor and remove facebook from your apps. Facebook is disrespecting developers and without any notice keep changing things, not respecting user rights; injecting scripts etc. Especially on IOS, you will have many issues with apple. I have just came to this post because I recognized myself that facebook login isnt working because my app was turned into Development mode, i dont know why and never got any notice from Facebook. This is not the first time Facebook does something like that. I had already in my mind to remove facebook for user rights and finally this triggered. All you need is a username-password login, if you want google login, it is ok at least for developers aspect. they inform you with the changes in advance.
Dont make your app depends on facebook, you will surely regret. There are many posts about if you google.
I just found the solution,
For me turning the app into development mode was the solution.
Just keep in mind these following things and you will not run into this problem.
Create app in business category.
Add a privacy policy.
Switch to live mode from development.
Thank you hope it helps.
I also faced the same issue. After changing the App Mode to Live, it’s working perfectly.
Here’s how you can change the App Mode to Live: