Developer Center
Ping Configurations
Configure your publishing tool
Many publishing tools ping Technorati directly or allow for custom pings. Please select your publishing tool below for details about configuring Technorati pings.
Build your own
Technorati accepts XML-RPC pings to rpc.technorati.com/rpc/ping. Your XML-RPC message should look like this:
HTTP Request Header
POST /rpc/ping HTTP/1.0- User-Agent: YOUR AGENT HERE
Host: rpc.technorati.comContent-Type: text/xmlContent-length: 250
XML message
<?xml version="1.0"?>
<methodCall>
<methodName>weblogUpdates.ping</methodName>
<params>
<param>
<value>YOUR WEBLOG NAME HERE</value>
</param>
<param>
<value>http://www.YOURWEBLOGURL.com/</value>
</param>
</params>
</methodCall>

