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?
|
|
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. |
|||
|