简体   繁体   中英

Invalid Scope: user_birthday iOS swift

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)

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM