I want to create a service whereby i can read blog feeds from bloggers and display the entries in my website. Similarly, the bloggers can ping to my xmlrpc and their entries will be automically displayed. I am using php. Does anyone has any idea how to do so? Is there any tutorials available? I tried googled for it, but none of them is what i need.
Best bet would be to find a base xml-rpc tutorial. And use the docs from here: http://www.weblogs.com/api.html Looks to be fairly straight forward as far as the xml aspect. Accept request, process results etc. Should be able to use an RSS script to fetch the latest entries. Question after that becomes how to deal with a massive influx of blog post excerpts, indexing etc. Really wide open.