Search the MetaWebLog Client Library for .NET. Is there one?

I need to implement some code on top of the MetaWebLog API client library. The only thing I find on google is broken links in the last decade.

Does anyone know a library (or code) that implements the MetaWebLog API in terms of a client application?

+4
source share
2 answers

JoeBlogs is a library that makes it easy to interact with Wordpress blogs and other blogs that support the metaWeblog XML RPC api.

Live Writer Provider Documentation and Example. Net

MetaWebLog To BlogML Converter - you can get the source code and use MetaweblogAPI.cs.

+3
source

Matlus ( http://www.matlus.com/metaweblog-api-c-library/ ) has an extremely easy-to-use MetaWeblog system that uses only System.IO.Stream for communication. This was the simplest Metaweblog example I could find.

http://metaweblogger.codeplex.com/

0
source

All Articles