I'm developing a custom website and I want it to support Windows Live Writer. Where can I find the specs so I can develop the server side code and handle Windows Live Writer requests?
How can I make a website support Windows Live Writer?
754 views Asked by Roman At
2
There are 2 answers
0
On
Windows Live Writer uses XML-RPC to communicate with blog sites. See this post from Scott Hanselman for info on how to implement a website which can handle XML-RPC and Windows Live Writer. Mads Kristensen has also written a mini blog engine using the ideas in the Hanselman post and it supports Windows Live Writer.
maybe this can help you: http://www.cnblogs.com/Dah/archive/2007/04/02/697312.html