且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在要求用户进行身份验证时,Facebook应用程序不会识别扩展权限

更新时间:2023-12-06 16:11:28

应用设置 - >权限 - >配置您的权限部分中的权限仅显示在应用中心或使用验证引用。对于在正常身份验证流程(在权限对话框中)显示的权限,您需要使用代码中的scope参数(https://developers.facebook.com/docs/reference/dialogs/oauth/)来询问他们。希望有帮助。

Permissions asked in App Settings --> Permissions --> 'Configure your permissions' section are only displayed in App Center or when using Auth Referrals. For permissions to be displayed during normal authentication flow (in permission dialog), you need to ask them using the 'scope' parameter in your code (https://developers.facebook.com/docs/reference/dialogs/oauth/). Hope that helps.