使用 facebook javascript API 放弃权限
我正在开发与 Facebook 时间轴的集成,并希望为用户提供一个单独的选择加入功能。如果用户现在选择加入,我将获得 publish_actions
权限,以便我可以将内容发布到时间线。如果他们后来选择退出,我是否可以通过任何方式告诉 Facebook 我不再需要该用户的许可?
I'm working on an integration with the Facebook Timeline and want to have a separate opt-in feature just for it for users. If a user opts in now, I get the publish_actions
permission so I can post things to the timeline. If they later opt-out is there any way for me to tell Facebook I no longer want that permission for that user?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在
https://graph.facebook.com/USER_ID/permissions?permission=xxxx
上执行 DELETE 来撤销应用的权限。参数:
You can revoke permissions for your app by performing a DELETE on
https://graph.facebook.com/USER_ID/permissions?permission=xxxx
.Parameter: