Outbound Blogs Background
Over the past few months, I've (![[WWW]](https://cdn.statically.io/img/web.archive.org/web/20060206101922im_/http://developers.technorati.com/content/rightsidebar/img/moin-www.png)
Please note, this is beta-level software right now.� Nothing is set in stone, but the code is working, and a number of people have already given some great feedback that has led to changes in the API that make it significantly more portable and forward-compatible than I originally designed it.� I'm planning on adding additional attributes and functions to the API.
Btw, if enough people clamor for it, I can do a SOAP or
XML-RPC interface, but REST-ful is easier for me to do, and I don't think people need the multiple-way communications channel that something like XML-RPC or SOAP gives them in addition to the REST interface.� In other words, each API call will be stateless, AFAICT. Besides, I have never written a
WSDL file
Formats
GET: http://api.technorati.com/outbound?url=BLOGURL&key=APIKEY
POST: http://api.technorati.com/outbound
This call will list for you all of the blogs that are pointed to by a blogger (well, most of them anyway).� Simply give the URL of the weblog and it will return for you a list of weblogs that are linked to by that blog. (The database is currently a bit old on this one, I'll move it into production status over the next few weeks).
For example, it is a relatively simple call to iterate and get a 2 degrees of separation function from this, which I'm working on...