JQuery Neosmart 插件 - FaceBook access_token 能持续多久?

发布于 2024-11-14 16:07:53 字数 353 浏览 4 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

看轻我的陪伴 2024-11-21 16:07:53

如果您请求 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).

巴黎夜雨 2024-11-21 16:07:53

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文