Hi!
I have a wordpress blog at mydomain.com/wordpress/wp-admin
I have a separate web app at mydomain.com/secure-authentication/stuff
I want to provide a tool at that separate webapp that (effectively) triggers wp_insert_post & add_post_meta over at the wordpress app. (Or if not actually using wp_insert_post, somehow or another inserts a post to wordpress.)
This isn't a plugin, since it's running outside of wordpress; there's no action to hook on to.
Maybe xmlrpc.php is my answer?
Any docs or examples to get me started?