views:

584

answers:

3

I need to add basic twitter support to an iphone app

Does anyone know if there is a 3rd party solution like the facebook connect for twitter?

OR

if anyone knew if any of the popular Twitter iPhone apps (eg tweetie2 etc) have a custom URL scheme implemented so that it is possible to use their client to send a tweet from my app without having to implement my own mini twitter client?

+1  A: 

Twitter is a RESTFUL API, so use a third party REST API such as ASIHTTPRequest and parse the JSON.

MarkPowell
+1  A: 

Tweetie 2 does have a custom URL scheme, and a protocol to allow your app to interact with it. Some Googling suggest that other Twitter apps do, too (though I haven't verified that info!).

Sixten Otto
A: 

Hi the simplest and realy working way to do it is here: http://getsharekit.com/

Burjua