views:

196

answers:

2

Hi,

I want to write a program that can post data into WordPress using C# via POST method. I have no idea to do that. I hope someone help me some ideas. WordPress have any API support that ?

Thanks !

+1  A: 

Most Blog systems allow you to submit posts to them using XMLRPC. Most use variants of the Blogger, metaWebLog or similar APIs. Wordpress does, too.

Timo Geusch
Yes, that 's great features of WP. I done it. :-)
Shinichi
+3  A: 

You may use WordPress’ XML-RPC interface. There are many good libraries from which you can choose (example).

toscho
Thanks for your informations ! I have done it ! :-)
Shinichi