I am developing an app that shows twitter feeds from my account . I integrate twitter for posting data,image or any link.I searched in google for getting feeds….
Please give any idea .Thanks
I am developing an app that shows twitter feeds from my account . I
Share
you can fetch tweets of specific user using below link:
https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=username&count=25&page=1
A good tutorial is http://mobile.tutsplus.com/tutorials/iphone/iphone-json-twitter-api/