Weblog written by Michael Haschke, freelance web developer, Semantic Web enthusiast, FLOSS lover and human. My office is located in Chemnitz, Germany. Tagline: Design with Attitude!
I was a bit hasty when I said that all Twitter RSS feeds are dead because currently you can use the Twitter feeds via Twitter API v1. It seems that Twitter stopped to support special feed URIs some days ago, that following URIs won’t work anymore:
https://twitter.com/statuses/user_timeline/{USER_ID}.rsshttps://twitter.com/statuses/user_timeline/{SCREEN_NAME}.rsshttps://twitter.com/favorites/{USER_ID}.rssTwitter still supports the RSS output for their API version 1:
http://api.twitter.com/1/statuses/user_timeline.rss?screen_name={SCREEN_NAME}http://api.twitter.com/1/favorites.rss?screen_name={SCREEN_NAME}As version 1 of the Twitter API is deprecated now and Twitter only supports JSON with version 1.1 you should prepare your applications, Twitter are going to stop support for RSS and version 1 in March 2013.
How to work with Linked Data and RDF data in Javascript? Use JSON, the well known object notation. The W3C JSON for Linking Data Community Group published a bulk of new JSON-LD drafts and calls for final group specification commitments.
(Source: twitter.com)