Invalid Scope: user_birthday iOS swift

3.7k Views Asked by At

it was working fine 2 months ago (facebook took 2 months to review the app permissions) but now its showing me this error

Invalid Scope: user_birthday. This message is only shown to developers. Users of your app will ignore these permissions if present.

Using the sdk through parse

Using FBSDKCoreKit (4.26.0) Using FBSDKLoginKit (4.26.0) Using Parse (1.15.2) Using ParseFacebookUtilsV4 (1.11.1) Using ParseLiveQuery (2.2.1)

1

There are 1 best solutions below

2
On

The message means that Facebook hasn't approved your app for use of the user_birthday permission.

Check the App Dashboard on Facebook to confirm that review status, and also make sure you're using the correct App ID in your iOS code.

While you're see that message shown to developers message in the login flow, other users will see the generic login prompt and won't be asked to grant the user_birthday permission, so your app will behave as though users are rejecting the permission.