Omer
Omer

Reputation: 5600

Objective c Twitter Api : which to use?

In the twitter's developer page mentioned three twitter engine for objective c:

MGTwitterEngine, Canary ,ShareKit.

Which is the best? Is there another possibility?

Thanks in advance.

Upvotes: 1

Views: 1106

Answers (3)

John
John

Reputation: 1

You can try www.pinkelstar.com. Works out of the box for both iOS and Android.

Upvotes: 0

Mantar
Mantar

Reputation: 2720

All depends on what your needs.

MGTwitterEngine is mainly made for OS X / iPhone twitter applications

Canary focuses on multiple timelines, filtering and drag-n-drop functions

ShareKit isn't a Twitter specific kit but a social kit for multiple social platforms

Upvotes: 1

jer
jer

Reputation: 20236

I've used MGTwitterEngine, and I've started to roll my own, since I'd like to use the streaming API and it doesn't have support for it. I like mine the best, but MGTwitterEngine is very easy to use. ShareKit I didn't much like when I gave it a go a few months back (adding Instapaper support to an app, ended up just writing my own Instapaper stuff too). I've never used Canary.

Objectively just talking about MGTwitterEngine and ShareKit, you'll be faster up and running with ShareKit, but you may not like using it long term.

Upvotes: 2

Related Questions