0

我正在使用 JQquery Neosmart fb.wall 插件:

它现在需要一个 FaceBook access_token。我可以获得access_token。

我的问题是:

access_token 会持续多久?

每次有人查看我的网页时,我是否需要获取新的 access_token?

4

2 回答 2

2

如果您请求 offline_access 访问权限,则该令牌在他们撤销对您的应用程序的访问权限或更改其密码之前都是有效的。否则,令牌通常在一个小时内有效(以秒为单位的到期时间在令牌的末尾,即“过期”参数)。

于 2011-06-11T06:58:08.873 回答
0

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

于 2012-12-26T14:03:13.253 回答