Hi, I am doing some mobile client stuff, and want to get other blog's posts, but I'm not the author of that blog.
I tried to use metaWeblog.getRecentPosts, but remote blog server response with nothing interesting.
<param>
<value><string>1</string></value>
</param>
<param>
<value><string>myusername</string></value>
</param>
<param>
<value><string>mypassword</string></value>
</param>
<param>
<value><int>1</int></value>
</param>
returns
Response:
<methodResponse> <params> <param> <value><array> <data> </data> </array></value> </param> </params> </methodResponse>
What wrong I did?