JQuery Neosmart 插件 - FaceBook access_token 能持续多久?
我正在使用 JQquery Neosmart fb.wall 插件:
现在需要 Facebook access_token。我可以获得access_token。
我的问题是:
access_token 能持续多久?
每次有人查看我的网页时,我都需要获取新的 access_token 吗?
I'm using the JQquery Neosmart fb.wall plugin:
It now requires a FaceBook access_token. I can get the access_token.
My question is:
How long will the access_token last?
Do I need to get a new access_token each time someone views my webpage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您请求 Offline_access 访问权限,则该令牌一直有效,直到他们撤销对您的应用程序的访问权限或更改密码为止。否则,令牌的有效期通常为一小时(令牌到期之前的时间(以秒为单位)位于令牌的末尾,即“expires”参数)。
If you request offline_access access, that token is valid until they revoke access to your app or change their password. Otherwise, the tokens are generally valid for an hour (the time till it expires in seconds is at the end of the token, the 'expires' parameter).
offline_access 已被 Facebook 弃用 - 因此我们开发了 neosmart STREAM - fb.wall 的正式继承者 - neosmart STREAM 包含一个访问令牌创建器,只需点击几下即可创建长寿命访问令牌(60 天):下载并现场演示 < a href="https://neosmart-stream.de" rel="nofollow">https://neosmart-stream.de
offline_access was deprecated by Facebook - therefore we developed neosmart STREAM - the offical successor of fb.wall - neosmart STREAM includes an access token creator, which creates long-life access token (60 days) with a few clicks: Download and Live demo on https://neosmart-stream.de