• first of all, i’m a newbie in all things php and blog apis.

    I use the Incutio XML-RPC PHP Library to send this data to my wordpress xmlrpc, but nothing seems to happen

    <?xml version=”1.0″?>
    <methodCall>
    <methodName>metaWeblog.newPost</methodName>
    <params>
    <param><value><string>1</string></value></param>
    <param><value><string>myusername</string></value></param>
    <param><value><string>mypassword</string></value></param>
    <param><value><struct>
    <member><name>title</name><value><string>This is the Title</string></value></member>
    <member><name>description</name><value><string>The is the content of the Post</string></value></member>
    </struct></value></param>
    <param><value><boolean>1</boolean></value></param>
    </params></methodCall>

    Am I doing something wrong? There are no error messages received or anything so I really don’t know what’s wrong. w.bloggar works so I know my wordpress installation/metaweblog api is working fine. Would appreciate if someone gave me some pointers?

  • The topic ‘I can’t get metaweblog to work on my xmlrpc’ is closed to new replies.