I'm developing a social networking web application using PHP. Users in my website will be having a facility to display their Twitter feeds, Flick images and Facebook status updates in their profile page.
To do that, I have to write separate scripts for each social network service from the scratch. Instead of doing that, is there any third party service to aggregate all social network services?
Then I could use a single interface to access all social data.
thanks