문제

I need to read out posts and maybe write back comments to a WordPress blog.

I found some documentation on their API's XML-RPC and AtomPub.

But what would be the recommended way to go. XML-RPC seems more documented, as far as I can see.

Any experiences/recommendations?

도움이 되었습니까?

해결책

I would say XML-RPC/MetaWeblog because it seems to have better support for clients, and it is geared toward blogs. The only client I've seen for AtomPub is Windows Live Writer.

In AtomPub's defense, I found it fairly easy to implement given only the RFC. I've posted the libraries I developed on Google Code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top