rsieiro / RSOAuthEngine

ARC based OAuth engine for MKNetworkKit
http://rodrigo.sharpcube.com
150 stars 33 forks source link

API v1 Retirement is Complete #20

Closed ericertl closed 11 years ago

ericertl commented 11 years ago

Hi Rodrigo. Will this be updated to work with API v1.1?

https://dev.twitter.com/blog/api-v1-is-retired

Bo98 commented 11 years ago

Should work as-is but only require some URL changes. Unless you want to use application-only authentication - though if I remember correctly, that doesn't do much with OAuth.

rsieiro commented 11 years ago

I've just updated the Twitter demo to work with API v1.1, after all it's a one-line change only. However, this doesn't affect the main library code, and if you're using the TwitterEngine in your code you just have to replace "1/" with "1.1/" in the API paths.