Google Reader API 令牌会过期吗?

发布于 2024-11-04 07:19:39 字数 224 浏览 0 评论 0原文

好的,我有一个与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不爱素颜 2024-11-11 07:19:39

ClientLogin 身份验证方法提供两周后过期的令牌。 OAuth 方法的令牌永不过期。

The ClientLogin authentication method provides tokens that expire after two weeks. The OAuth method's tokens never expire.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文