Using XML-RPC in drupal
In this article i will tell you how to use this technology in Drupal
To save our time, we can use the following tools:
Drupal 6
Services (module for Drupal 6)
Drupal
Install Drupal. After installation activate the module ”Blog”. We will put next messages into user’s bogs on following scheme. User adds the bot into roster and sends a message to the bot. The bot checks if there is such user (with the same e-mail). If such user exists, then bot sends a message under this user’s name. If there is no such user, then bot will register a new one and sends a message under this user’s name.
You can find Drupal on drupal.org
Drupal settings for posting with Zebroid
It is supposed that you've already installed Drupal and module "Services".
Then we should set it for correct work with the program. Let’s begin with activating modules we need.
Then we should permit the uploading of files via XML-RPC protocol:
Go here:
Activate this:
As the final straw, we would make all text to support HTML (in other case there won’t be an opportunity to put images into text):