Work with wordpress from Delphi

I am trying to work with wordpress.com blog using Delphi. I want to upload movies, view / approve / modify comments, upload photos, and I want to create my own application to do all this.

Please provide me if you know that for free or for free use the / Api 's / etc components for Delphi 7 and above.

LE: I hope the question is not duplicated; I searched for SO without finding any completed results.

+3
source share
2 answers

ok, so I understand that I have to use the XML-RPC component / class to work with wordpress. for example: http://sourceforge.net/projects/delphixml-rpc/ (or maybe you can give me other suggestions)

from here I learned how to work with XML-RPC from delphi

http://wordpress.org/support/topic/using-xmlrpc-from-delphi

LE: try also with bs-xmlrpc: http://code.google.com/p/bs-xmlrpc/downloads/list (did anyone work with it?)

+3
source

I do not use Wordpress myself, but I notice the webservice plugin there: http://wordpress.org/extend/plugins/tags/wsdl

, , WSDL Delphi -, API WordPress.

+1

Source: https://habr.com/ru/post/1776456/


All Articles