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.

.LinkedIn

.FourSquare

.Facebook

.Twitter

Thanks in advance for any answer.

有帮助吗?

解决方案

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)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top