简体   繁体   English

iPhone SDK简单Twitter问题

[英]iPhone SDK Simple Twitter Question

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. 我只是在玩iPhone SDK,并想制作一个非常简单的Twitter应用程序,但是我不确定如何做到这一点。 I just need to fetch the last 5 updates from a user just through their username. 我只需要通过用户名来从用户那里获取最近5次更新。 For instance, if I type in "mashable", I should get mashable's 5 latest updates. 例如,如果我输入“ mashable”,则应该获得mashable的5个最新更新。 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. 最后我检查了一下,MGTwitterEngine是黄金标准的免费库,可用于通过Objective-C访问Twitter。

http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa 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 如果是, 则只需要使用一些NSUrlConnection调用Rest API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM