Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter TrevorNet

    (@trevornet)

    https://wordpress.pastebin.com/kZsKYKQL

    For the lack of response and documentation, it looks like I will be creating my own XML-RPC: Add user, edit user, user information, blog,… ??

    I had some trouble getting it working too, so I ended up hacking the plugin source in a couple places (grabbing the $params and using call_user_function_array).

    Take a look at my slightly-forked version in https://gist.github.com/755930

    As for calling the API, my Python XML-RPC client calls callWpMethod from where it seems to be exported, in the “wpext” namespace (like “wp.” or “metaWeblog.”), so in Python that’s something like server.wpext.callWpMethod(user, password, ‘get_post_custom’, [5067]).

    Hope this helps!

    Plugin Author michaelgrosser

    (@michaelgrosser)

    Hi All,
    Sorry, WordPress doesn’t email me when these things are posted, so I never saw these due to being swamped with work over the past few months. I’ve got fixes for all of these problems that I’ll be committing to WordPress shortly.

    Please feel free to contact me directly if you need any help or assistance. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Extended API] Extended API (XML RPC)’ is closed to new replies.