Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请参阅随附的屏幕截图。我已经为 publish_actions(以及 publish_stream)配置了权限,并且收到错误消息:当我尝试对应用程序进行身份验证时需要扩展权限。奇怪的是,当要求用户进行身份验证时,并没有请求这些权限。
干杯
保罗
应用程序设置中询问的权限 --> 权限 --> '配置您的权限' 部分仅显示在应用程序中心或使用 Auth Referrals 时。要在正常身份验证流程中显示权限(在权限对话框中),您需要使用代码中的“范围”参数询问他们(https://developers.facebook.com/docs/reference/dialogs/oauth/)。希望有帮助。