哪些 API 访问令牌有过期时间?
我知道一些使用 OAuth Dance 的服务的访问令牌会过期
,并且有一些默认情况下会过期,但有一种方法可以避免它而无需刷新它们
。
问题:
其中哪些服务的访问令牌会过期,是否有任何方法可以像 facebook 一样避免它,使用参数使其令牌不会过期。
.FourSquare
预先感谢您的回答。
I know that some services using OAuth Dance have Access Tokens that expires
,and that there are some that by default expire,but there is a way to avoid it without refreshing them
.
Question:
Which of this services have an Access Token that expires, and if there is any way to avoid it just like facebook does,using a parameter for its token to not expire.
.FourSquare
Thanks in advance for any answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自:https://dev.twitter.com/docs/auth/oauth/faq
“访问令牌可以持续多长时间?
我们目前不会使访问令牌过期。如果用户从其设置中明确拒绝您的应用程序或 Twitter 管理员暂停您的应用程序,您的访问令牌将无效。如果您的应用程序在那里被暂停将在您的申请页面上注明它已被暂停。”
(看来Twitter有办法做到这一点)
From: https://dev.twitter.com/docs/auth/oauth/faq
"How long does an access token last?
We do not currently expire access tokens. Your access token will be invalid if a user explicitly rejects your application from their settings or if a Twitter admin suspends your application. If your application is suspended there will be a note on your application page saying that it has been suspended."
(It looks like Twitter has a way of doing it)