Does the Google Reader API token expire?

ε祈祈猫儿з 提交于 2019-12-10 10:14:38

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/5853435/does-the-google-reader-api-token-expire

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!