Twitter 访问令牌会过期吗?
我正在构建一个网络应用程序,用户可以在其中管理他的 Twitter 帐户。我已经创建了 Twitter 应用程序,一旦用户验证了自己的身份,应用程序就会从 Twitter 获取访问令牌。此访问令牌是否过期,或者我可以存储它并代表用户发出请求,而无需要求他再次登录?
I am building a web app from where the user can manage his twitter account. I've created the twitter app and once the user authenticates himself the application gets the access token from twitter. Does this access token expire or I can store it and make request, on user's behalf, without asking from him to log in again ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是他们在开发页面上所说的
可以在此处找到更多详细信息
Twitter 常见问题解答
Here is what they saying in there development page
More details can be found here
FAQ Twitter
从 Twitter API 错误代码来看,它看起来可能会过期:
源链接:https://dev.twitter.com/oauth/application-only
From the Twitter API error codes it looks like it can expire:
Source link: https://dev.twitter.com/oauth/application-only