bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Twitter API Endpoints #109

Closed keab42 closed 11 years ago

keab42 commented 11 years ago

This is a quick fix to resolve the fact that Twitter have removed their unversioned API Endpoints on twitter.com (Issue #108)

This however uses the v1 API which will itself be removed early in 2013.

Unfortunately the V1.1 API has stricter OAuth requirements so just swapping out the domain for the new 1.1 API returns a 401 not authorised error. That will require a more complete update of the code.

bengottlieb commented 11 years ago

looks good, thanks!