1

I'm making an app and I only need Twitter integration to get the latest tweets from a user and display them in a TableView.

I tried using MGTwitterEngine but I get lots of errors. I'm guessing it wasn't made for iOS.

While we're at it, does anyone have a working iOS twitter client project? Later I'm planning to add the function to tap on of the TableCells to reply to that tweet.

4

2 に答える 2

0

MGTwitterEngine actually works pretty well in iOS. You should be using this version by Ben Gottlieb: Twitter+OAuth/MGTwitterEngine

There's a working example in that code if I remember correctly.

Just make sure to get your twitter API key at this address:

https://dev.twitter.com/apps/new

于 2011-04-21T19:13:16.977 に答える
0

Ben Gottlieb has a very straightforward, easily integratable implementation for Twitter access via OAuth: https://github.com/bengottlieb/Twitter-OAuth-iPhone

于 2011-04-21T19:56:30.427 に答える