Subdreamer.org
 
Old 05-19-2009, 01:42 AM   #1
thomas
Senior Member
 
thomas's Avatar
 
Join Date: Aug 2005
Location: Melbourne, Australia
Posts: 1,637
Default Technorati ping

Has anyone created a technorati ping script before?

http://technorati.com/developers/ping/
thomas is offline   Reply With Quote
Old 05-19-2009, 01:13 PM   #2
signalzero
Member
 
signalzero's Avatar
 
Join Date: Mar 2007
Posts: 31
Default

Its pretty simple, I have one on my other website....

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.com
* Content-Type: text/xml
* Content-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>
signalzero is offline   Reply With Quote
Old 05-19-2009, 03:06 PM   #3
thomas
Senior Member
 
thomas's Avatar
 
Join Date: Aug 2005
Location: Melbourne, Australia
Posts: 1,637
Default

I think we should create a article ping plugin, that we can list a number of URLs to ping... will look into it
thomas is offline   Reply With Quote
Old 05-20-2009, 11:36 AM   #4
signalzero
Member
 
signalzero's Avatar
 
Join Date: Mar 2007
Posts: 31
Default

I think it should go into CORE.
Thats a pretty important thing for a website to have.
signalzero is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:04 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.