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 #108

Open keab42 opened 11 years ago

keab42 commented 11 years ago

Twitter has removed the API endpoints on twitter.com, therefore the Twitter domain included in the version of MGTwitterEngine that you are using is now invalid.

crsantos commented 11 years ago

This project does not include JSON parse (YAJL/TouchJSON), right?

Because as this comment says, v1.1 of API will not support XML anymore

keab42 commented 11 years ago

Yes, that's a problem. I think the new oAuth implementation might also cause issues. v1 compatibility was a simple fex, v1.1 is going to need some work I think.

keab42 commented 11 years ago

With the shutdown of the 1.0 endpoint now only a month away, has anybody gotten this working with the 1.1 endpoint?