如何从 Graph API 获取我的访问令牌的扩展权限
我有一堆用于我的 Facebook 应用程序的访问令牌。谁能告诉我是否有一个过程可以让我知道我在授权过程中使用了哪些扩展权限。即在令牌创建过程中。
我可以使用 Graph API 找到类似的注释。我希望你明白这个问题。感谢您的帮助。
-D
I have a bunch of access tokens for my facebook applications. Can anyone tell me if there is a process where I can know what extended permissions I have used during the authorization prcess. ie during the token creation process.
I could find noting like that using Graph API. I hope u understand this question. Thank you for any help.
-D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用扩展权限“offline_access”,但您仍然需要保存用户的令牌。请参阅文档http://developers.facebook.com/docs/authentication/permissions
You could use extended permissions "offline_access", but you will still need to save the token for the user. See docs http://developers.facebook.com/docs/authentication/permissions