I am looking for a library in either C# or PHP to consume various kinds of feeds such as RSS, Atom, eBay, Amazon, YouTube, Flickr, Twitter, Yelp, etc so I can standardize them under a single format to render under a single interface. Does anything like this exist?
There is something similar called WP Robot that is close (http://wprobot.net/modules/), but I do not want to depend on WordPress. Instead I want to consume through a C# or PHP middle layer and render thru jQuery.
Any ideas or experience would be greatly appreciated.
You can use SimplePie or Zend_Feed_Reader, they both have support for almos every feed format out there.