Search code examples
iosiphoneobjective-ctwitter-feed

Display Twitter Feed of user


I wanted to display twitter feed like in image enter image description here

Is it necessary to do "OAuth" for this?? I am trying to do "OAuth" in using this url.
It is giving:

Access denied Sorry, you're not allowed to access that page.

Twitter feed should be of user which i will give username not who are logged in simulator or device. I am following this tutorial


Solution

  • "Twitter offers applications the ability to issue authenticated requests on behalf of the application itself" https://dev.twitter.com/docs/auth/application-only-auth

    You can use - AFTweetFetcher - "Simple class for retrieving tweets from twitter using their new 1.1 API without requiring the user to authenticate or have a twitter account stored on their device"

    All you need: ConsumerKey and ConsumerSecret