IOS twitter feed tutorial -


i building app require users able view feeds only.

i looked @ lot of tutorials online talk new api v1.1 of twitter , authentication required @ times.

i see lot of examples , followed several of them like

http://www.appcoda.com/ios-programming-101-integrate-twitter-and-facebook-sharing-in-ios-6/

i saw tutorial posted on twitter dev page.following of these focused on few key elements

  • using acaccount retrieve account settings of current user
  • using slrequest encapsulate http request made twitter api
  • retrieving data in json format, parsing , presenting user

well question is, not want user specific feeds. it's company updates twitter regularly, users using app should feeds regarding company. wondering if there way, app provides default or hard coded authentication information ?

is there sort of tutorial, library or out there me move in correct direction ?

thank time , help.

your going want implement following api call information:

https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

once application authorized can make call to,

https://dev.twitter.com/docs/api/1.1/get/statuses/morleygaelsgaa.json

that should give information you're looking for.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -