Home > php教程 > php手册 > body text

C#调用WordPress的xmlrpc.php远程发布文章

WBOY
Release: 2016-06-06 19:46:24
Original
1018 people have browsed it

http://www.opencn.info/archives/226.html 很多博客系统都支持xmlrpc,这是一套基于xml的远程发布协议。 C#调用起来很简单,超简单,不费吹灰之力就可以完成。 在观看高潮的代码之前的准备一定的前戏是不可或缺的。 首先要打开并仔细阅读一下: xml-rpc API

http://www.opencn.info/archives/226.html

很多博客系统都支持xmlrpc,这是一套基于xml的远程发布协议。

C#调用起来很简单,超简单,不费吹灰之力就可以完成。

在观看高潮的代码之前的准备一定的前戏是不可或缺的。

首先要打开并仔细阅读一下: xml-rpc API的中文文档与说明

其次这是关于WordPress的开发,还需要准备WordPress的xmlrpc的文档,不过是英文的:xml-rpc wp 相关API。

看过之后,你就会明白,为什么这里用的是metaweblog的API.

下面就是高潮了
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!