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 !
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 !
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.
You may use WordPress’ XML-RPC interface. There are many good libraries from which you can choose (example).