How can I have an external program submit POST data to a PHP script in drupal to create a new/edit an existing node?
I currently have a non drupal site with custom scripts setup but would like to integrate it into drupal instead.
Basically I would want the application to be able submit to something like http://servername/drupalsite/api.php
with POST fields such as: Username, Password, Title, Body, Node ID(If editing existing node, but just creating a new node would be enough at present)
I thought that BlogAPI might be able to do it but I haven't been able to work it out (And unsure if that's even possible as it looks like it wants XML data instead of just POST data from a script). If someone could help me with this I'd really appreciate it.
By acecombat on