用于聚合社交媒体流的PHP库[关闭]

i'm looking for a library which can merge all my social media streams to one stream. Sure I could do this own my own by using all the custom apis of the sites, but i don't like to reinvent the wheel so I appreciate any helpful hint. Thanks in advance.

Regards Nils

Edit:

I just found this jQuery Plugin: http://christianv.github.com/jquery-lifestream

Give Storytlr a try. It is an open source project that will pull in posts from a number of SM sites and has a plugin system to support additional ones.

Most social media apps have RSS/Atom feeds. Use a library like SimplePie to consume and aggregate them.