How can I add a new gallery and its images from a plugin which reads an xml feed.
I have found :
XML-RPC protocol support for NextGEN Gallery
with
$args = * @param array $args Method parameters.
* - int blog_id
* - string username
* - string password
* - string new gallery name
newGallery($args);
but I can't figure out how to use it.
Can any one point me in the right direction. Thank you