Facebook Graph API Permissions Invalid Scopes

1.1k views Asked by At

I am building a mobile app using Flutter and flutter_facebook_login package. I request the following permissions during login:

  • pages_show_list
  • instagram_basic
  • instagram_manage_insights
  • pages_read_engagement
  • user_birthday
  • user_gender
  • user_location

I have always obtained these permissions without any issue up until now. This is the error I get upon login:

Invalid Scopes: user_birthday, user_gender, user_location. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions

My app is currently in test mode. I have never encountered this error before it only recently started appearing. It only appears when I attempt to login using my admin account not using a test user account. It still prevents me from login it into my app.

I have read on another question that the app requires review to request those permissions, but is that a new requirement even in test mode? I thought we could test these permissions before requesting review for live mode.

0

There are 0 answers