Xmlrpc?

Discussion in 'PHP' started by slaydragon, Jun 25, 2008.

  1. #1
    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.
     
    slaydragon, Jun 25, 2008 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    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.
     
    shallowink, Jun 26, 2008 IP