Question

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.

Was it helpful?

Solution

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)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top