facebook app is not recognizing extended permissio

2019-08-06 11:35发布

Please see attached screenshots. I've configured permissions for publish_actions (and also publish_stream) and I'm getting error message: requires extended permissions when I try to authenticate the application. What's strange is that these permissions are not requested when the user is asked to authenticate.

permissions

error

cheers

Paul

1条回答
地球回转人心会变
2楼-- · 2019-08-06 12:11

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.

查看更多
登录 后发表回答