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