Google Reader API 令牌会过期吗?
好的,我有一个与 GR 的“api”紧密结合的应用程序。
一切都很顺利,但最近我收到了谷歌拒绝许可的退货。如果我退出 GR 并使用我的应用程序重新登录,一切都会重新开始工作。这让我相信,当您登录时 GR 为您提供的授权令牌将在一个月左右后过期。
还有其他人遇到过这个吗?如果有的话,最好的处理方法是什么?我真的不想存储人们的 Google 帐户和密码以便时不时地重新授权。
谢谢, 大卫
Ok, so I have an app that hooks in pretty deeply with GR's "api".
Everything is working nicely, BUT lately I have been getting permission denied returns from Google. If I log out of GR and log back in with my app it all starts working again. This leads me to believe that the authorization token GR gives you when you log in expires after a month or so.
Has anyone else run into this? If you have, what is the best way to deal with it. I REALLY don't want to have to store people's Google account and password to reauthorize from time to time.
Thanks,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ClientLogin 身份验证方法提供两周后过期的令牌。 OAuth 方法的令牌永不过期。
The ClientLogin authentication method provides tokens that expire after two weeks. The OAuth method's tokens never expire.