Basically i want to show this feed : https://en.twitter.com/epl_live in my app. Since twitter changed its api 1.1 every call has to be authorised and all examples i\'m findi
This works:
https://api.twitter.com/1/statuses/user_timeline.xml?id=epl_live&count=200&page=3, you can also ask for the JSON with:
https://api.twitter.com/1/statuses/user_timeline.json?id=epl_live&count=200&page=3
I hope this helps.
Regards