2

I'm trying to find a working version of the an up-to-date MGTwitterEngine iPhone project. The example app included with MGTwitterEngine is a Mac app which I can't get to compile, apparently due to multiple missing dependencies. (each time I try to resolve a compile error I just get even more errors...)

Is there a working example out there? Just a shell which lets you log in to twitter. (and which uses oauth, not xauth - which is deprecated).

cannyboy
  • 24,180
  • 40
  • 146
  • 252

1 Answers1

6

The original source code is located on github. It looks like the last time it was updated was in September of 2010. I am not aware of any other updates as of recently. The original source is probably going to be your best choice.

Alternatively, there are many other Twitter libraries you can use.

Twitter+OAuth

WrightsCS
  • 50,551
  • 22
  • 134
  • 186
  • this was useful - http://icodeblog.com/2010/09/16/dealing-with-the-twitter-oauth-apocalypse/ – cannyboy Jan 20 '11 at 13:41
  • Why the downvote? Care to explain rather than snipe reputation? – WrightsCS Jun 14 '11 at 23:09
  • @cannyboy not saying it was you in particular, but someone did who decided not to back the downvote and explain why they feel the need to downvote a chosen answer. – WrightsCS Jun 19 '11 at 23:49