开发者

Simplest way to implement twitter capability to iphone app

开发者 https://www.devze.com 2022-12-14 10:18 出处:网络
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?

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号