Facebook Graph API 问题:如何获得永久权限/访问令牌以在网页上显示公共相册?
我知道一旦获得访问令牌就可以显示公共图像,但我该如何获取它呢?我发现 Facebook 开发文档在扩展权限方面有点令人困惑。
我是否需要以某种方式将图片库/作品集注册为应用程序,并让画廊的 Facebook 用户允许它?
感谢您对此的任何帮助!
I know it's possible to display public images once I have the access token, but how do I go about getting it? I found the facebook dev docs to be kind've confusing when it comes to extended permissions.
Do i need to somehow register the image gallery/portfolio as an app and have the facebook user who's gallery it is allow it?
Thanks for any help on this!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,您只需要
offline_access
扩展权限 - 那么您的令牌将(几乎)永远不会过期,基于
http://developers.facebook.com/docs/authentication/permissions
If I'm not mistaken you just need
offline_access
extended permission - then your token will (nearly) never expirebased on
http://developers.facebook.com/docs/authentication/permissions