我想像图片一样显示 twitter 提要
有必要为此做“OAuth”吗?我正在尝试在使用此 url时执行“OAuth” 。
它正在给:
Access denied Sorry, you're not allowed to access that page.
Twitter 提要应该是用户,我会给用户名而不是登录模拟器或设备的用户。我正在关注本教程
是的,您需要进行身份验证。
如果您不想使用 Apple 的 Twitter 框架,请尝试使用此库https://github.com/nst/STTwitter ,因为这需要手机用户拥有 Twitter 帐户。
“Twitter 使应用程序能够代表应用程序本身发出经过身份验证的请求” https://dev.twitter.com/docs/auth/application-only-auth
您可以使用 - AFTweetFetcher - “使用新的 1.1 API 从 twitter 检索推文的简单类,无需用户进行身份验证或在其设备上存储 twitter 帐户”
所有你需要的:ConsumerKey
和ConsumerSecret