开发者

iPhone SDK Simple Twitter Question

开发者 https://www.devze.com 2023-01-04 02:13 出处:网络
I\'m just playing around with the iPhone SDK and wanted to make a really simple Twitter 开发者_如何学运维app but I\'m not sure how to do this. I just need to fetch the last 5 updates from a user just

I'm just playing around with the iPhone SDK and wanted to make a really simple Twitter 开发者_如何学运维app but I'm not sure how to do this. I just need to fetch the last 5 updates from a user just through their username. For instance, if I type in "mashable", I should get mashable's 5 latest updates. How would I do that?

Thanks so much ahead of time!


Last I checked, MGTwitterEngine was the gold-standard free library to drop in for Twitter access via Objective-C.

http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa


Did you support twitter login yet? If yes, you just need to call the Rest API using some NSUrlConnection

0

精彩评论

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