Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm currently using Twitter's RSS API (example) to retrieve people's tweets for an app. However, once version 1.1 of their API comes out, I won't be able to do this anymore. What's a simple replacement I can use for this?

share|improve this question
Twitter RSS was great for using as ifttt triggers, this week my triggers stopped working :-( I hope somew new solution comes along! – boardtc Mar 27 at 17:14

1 Answer

up vote 3 down vote accepted

Unfortunately the answer is: "There is none."

Twitter continues to lock down their platform, as they have since the switch to OAuth. If you want to add content to Twitter, you can do that easily. If you want to get content out of Twitter, well, you'll have to conform to Twitter's requirements.

RSS was an easy way of getting content out of Twitter, and so they killed it. They'll tell you that it wasn't really used, but that's a load of bull and they know it, but it sounds good and most people will simply swallow it.

There is a workaround that you can use until March 2013:

https://api.twitter.com/1/statuses/user_timeline/UserName.rss

Replace 'UserName' with the actual twitter username you want.

But after sometime in March/April 2013, that will cease to work and you'll have to use OAuth and json to parse Twitter feeds.

share|improve this answer
Aww. I guess I'll just have to wait until something better comes along, then. Thanks. – Tanner Oct 21 '12 at 20:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.