Facebook应用程序(非用户)访问令牌到期 [英] Facebook app (NOT user) access token expiration

查看:179
本文介绍了Facebook应用程序(非用户)访问令牌到期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Facebook APP访问令牌会过期吗?这些令牌与USER令牌不同;他们是这样获得的:

Do Facebook APP access tokens expire? These tokens are different than the USER tokens; they are acquired like this:

https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id={0}&client_secret={1})

如文档的应用程序登录部分所述在 http://developers.facebook.com/docs/authentication/

as described in the App Login section of the document at http://developers.facebook.com/docs/authentication/.

在任何情况下它们都将失效吗?

Are there any circumstances under which they will become invalid?

注意:这不是关于USER访问令牌(明确记录)的问题。有一个相同的问题 http://facebook.stackoverflow.com/questions/7322063 / does-app-login-access-token-expire 错误地关闭,因为它与有关用户访问令牌的另一个问题重复。

NB: This is NOT a question about USER access tokens (which are clearly documented). There was an identical question http://facebook.stackoverflow.com/questions/7322063/does-app-login-access-token-expire wrongly closed as duplicate of another question about USER access tokens.

推荐答案

根据 Facebook文档


使用您的应用程序密钥对应用程序访问令牌进行了签名,并且
不会过期;如果您重新密钥/重置应用程序
机密,它将无效。

An App Access Token is signed using your app secret and will not expire; it will be invalidated if you re-key/reset your application secret.

这篇关于Facebook应用程序(非用户)访问令牌到期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆