I Want to Be a Better Neuron

Looking at Technorati this morning, I realized that none of the entries on my hand-coded weblogs are showing up there, presumably because I haven't been sending update pings to weblog notification services like Weblogs.Com, Blo.gs, and Ping-o-Matic.

For a weblog to be a properly firing neuron in the information-gathering nervous system that Jon Udell describes on InfoWorld, tools like Technorati must learn in real time what's being linked, and by whom.

To fix this, I'm writing a PHP class library to ping notification services over XML-RPC, using Edd Dumbill's XML-RPC for PHP library.

The code works successfully for Weblogs.Com and Ping-o-Matic, but I haven't had any luck calling Blo.gs over XML-RPC.

According to the documentation, I should be able to call the site's XML-RPC server at http://ping.blo.gs/, port 80, with the method weblogupdates.ping and parameters "Ekzemplo" (weblog title), "http://www.ekzemplo.com" (weblog link).

I can't get this to work with my own PHP code or the Dumpleton XML-RPC debugger, so I'm hunting for examples of working code that connects to the Blo.gs XML-RPC server.

Add a Comment

All comments are moderated before publication. These HTML tags are permitted: <p>, <b>, <i>, <a>, and <blockquote>. This site is protected by reCAPTCHA (for which the Google Privacy Policy and Terms of Service apply).