Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在研究 Twitter 框架,我想知道,有没有一种简单的方法可以从用户那里检索最新的推文,而不是一次获取大量推文?
提前致谢!
您应该使用TWRequest或SLRequest(iOS 6+)。首先,您必须使用ACAccount. 这是一个例子。
TWRequest
SLRequest
ACAccount
然后,您必须向 twitter API 执行请求以获取最后的推文。您可以设置基数,因为您会通过不同的参数找到她的许多其他内容。
可以使用 TWRequest(在 iOS 6 中已弃用)或使用SLRequest(在 iOS 6 中引入)来执行请求。这里是一个如何确定使用哪一个的示例。
您必须记住链接框架。