chrisnharvey / oauth

Authorize users in your application with multiple OAuth 1.0 and OAuth 2.0 providers.
12 stars 4 forks source link

Twitter API v1.1 #9

Closed mkpeacock closed 11 years ago

mkpeacock commented 11 years ago

Twitter are phasing out v1 of their restful API. Currently they are conducting blackouts for unauthenticated v1 requests, but they are rolling this out to authenticated v1 requests.

https://dev.twitter.com/blog/planning-for-api-v1-retirement

While blackouts for authenticated requests have not yet been announced, its a good idea to upgrade to 1.1 asap.

chrisnharvey commented 11 years ago

Hi, sorry for the delay. Many thanks for your contribution.