Greets:
Not sure how many folks are having this problem with posting with xmlrpc.
http://trac.mu.wordpress.org/ticket/307
We're finding over at daria.be that if you use the blog's actual URL in the account information instead of the general URL (ie username.mydomain.tld us mydomain.tld) it works fine.
And if you're using domain mapping, you really have to use the specific URL. :)
Hope this helps,
-drmike
Wouldn't work for me. Here is the output of the blog client's console (ecto):
Request with URL:
http://anna.brablogg.se/xmlrpc.php
and data:
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>blogger.getUsersBlogs</methodName>
<params>
<param>
<value><string>CBA1A614CEFC5337A795A465752597A7BEEB0287</string></value>
</param>
<param>
<value><string>anna</string></value>
</param>
<param>
<value><string>******</string></value>
</param>
</params>
</methodCall>
Response:
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value>
<data>
<value><data>
<value><struct>
<member><name>isAdmin</name><value><boolean>1</boolean></value></member>
<member><name>url</name><value><string>http://anna.brablogg.se/</string></value></member>
<member><name>blogid</name><value><string>3</string></value></member>
<member><name>blogName</name><value><string>Annas tankar</string></value></member>
</struct></value>
</data></value>
</data>
</value>
</param>
</params>
</methodResponse>
You forgot to explain what specifically didn't work. Did you get some sort of error or what?
Sorry. Ecto just stalls when trying to retrieve the list of blogs.
ScribeWire seems to work correctly, except for displaying "undefined" for both Blog Name and URL. Might this be the problem?
When comparing the above console log to working logs, I am missing the and tags wrapping the response...
...the
<array>
and
</array>
-tags, that is :-)
sphereboy
Member
Posted 17 years ago #
i'm having this problem.
ecto will not refresh my blog but others work.
WP 2.2
any resolutions?
I was thinking about this this morning on my walk in. I no longer have an install where we're doing domain mapping so I can't try this but....
What if we were to limit the user's blog listing that gets outputted via xmlrpc to only of those of that site in question? ie do a $site_id check?