Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I find information about Blog APIs and how to use them? [closed]

Tags:

I'm thinking of creating a small offline blog editor for personal use and I don't know how do the APIs work. Where can I find this information?

I'm particularly looking for the most common providers: Blogger, Wordpress, MovableType, Live Spaces (not sure if this has an API) etc.

like image 211
pek Avatar asked Aug 23 '08 23:08

pek


2 Answers

See the following links:

Blogger

Wordpress

Live Spaces

like image 144
TheSmurf Avatar answered Sep 30 '22 17:09

TheSmurf


The Blogger API link you provided says:

This documentation is provided for historical interest only. The Blogger 1.0 API is no longer supported and must not be used for new client development. Please use our GData API instead.

So the correct one probably is: http://code.google.com/apis/blogger/

Also, if more APIs are answered in this question, would you be kind enough to edit your answer to include them. Since I'm gonna vote it as the correct one.

Thank you.

like image 39
pek Avatar answered Sep 30 '22 17:09

pek