scraperwiki / twitter-follows-tool

Get users who follow or are following a particular user; tool now defunct, though the code is here for reference.
https://blog.scraperwiki.com/2014/08/the-story-of-getting-twitter-data-and-its-missing-middle/
Other
5 stars 7 forks source link

Deal with OAuth timing out #16

Closed frabcus closed 11 years ago

frabcus commented 11 years ago

When does Twitter time out OAuth?

Apparently we can renew it on cron, perhaps the current code does this naturally, but it might not.

frabcus commented 11 years ago

Let's wait to see this happen.

frabcus commented 11 years ago

This claims it doesn't timeout:

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.