Is there a way for me to post as a "contributor" using XMLPRC? Even if it just shows up in the Draft's section to be approved by someone of a higher level?
Is there a workaround for this?
Is there a way for me to post as a "contributor" using XMLPRC? Even if it just shows up in the Draft's section to be approved by someone of a higher level?
Is there a workaround for this?
Actually...
Assuming you're using the metaWeblog API, you can call: metaWeblog.newPost(blogid, username, password, struct, publish)
Where the publish parameter should be 'draft' or 'publish'.
Much better than hacking xmlrpc.php!