I'm implementing Facebook login for my Flutter app. My backend is AWS Amplify. When trying to login with my Facebook account, I'm facing this warning message.
My understanding is that the review is only necessary if the app requires information other than profile and email address. The only information I'm requesting is public_profile
and email
as you can see from the screenshot below which I took from App Dashboard from Meta for Developers.
I tried downgrading public_profile
access level to standard, but still getting the same warning. I want to request for App review if necessary, but I don't see a menu to do that from App Review section.
What do I have to do to get rid of this warning message? Is this by design? User can tap Continue button to sign in but this warning message doesn't look good from user's perspective. And I don't think I ever saw this message when using Facebook login in other apps. My app type is Business
and App Mode is in Development
if these matter.
check if in the facebook developer console in your application you have the App Mode: Development to Live setting