Windows Live Writer is really nice, and I'd like to be able to use it with an application (on the web) I'm making. How does WLW communicate to the server? Using Apache & PHP.
Take a look at the SDK for Live Writer (http://msdn.microsoft.com/en-us/library/aa738906.aspx). There is a section on the provider customization API and manifest file that you can add to your blog provider so that Writer will know what features you have implemented. If your weblog implements even a subset of the core XML-RPC based weblog APIs it should be a breeze.
Proposed as answer byUltra77Wednesday, January 20, 2010 2:52 AM