简体   繁体   English

无效范围:user_birthday iOS swift

[英]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 2个月前工作正常(facebook用了2个月的时间查看了应用程序权限),但现在它向我显示了此错误

Invalid Scope: user_birthday. 无效范围:user_birthday。 This message is only shown to developers. 此消息仅显示给开发人员。 Users of your app will ignore these permissions if present. 您的应用程序用户将忽略这些权限(如果存在)。

Using the sdk through parse 通过解析使用SDK

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) 使用FBSDKCoreKit(4.26.0)使用FBSDKLoginKit(4.26.0)使用解析(1.15.2)使用ParseFacebookUtilsV4(1.11.1)使用ParseLiveQuery(2.2.1)

The message means that Facebook hasn't approved your app for use of the user_birthday permission. 该消息表示Facebook尚未批准您的应用使用user_birthday权限。

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. 在Facebook上查看“应用程序信息中心”以确认该评论状态,并确保您在iOS代码中使用了正确的应用程序ID。

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. 当您在登录流程中看到shown to developers显示的消息时,其他用户将看到通用的登录提示,并且不会被要求授予user_birthday权限,因此您的应用程序的行为就像用户在拒绝该权限一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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