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 schem开发者_如何学运维e 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?
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!).
Twitter is a RESTFUL API, so use a third party REST API such as ASIHTTPRequest and parse the JSON.
Hi the simplest and realy working way to do it is here: http://getsharekit.com/
精彩评论