blogger.getRecentPosts
File under annoying actually. w.blogger, love you though I may, seems to be having an issue calling metaWeblog.getRecentPosts the first time it has connected to an existing blog. If I go to account settings and reload the blog list, it can get existing posts just fine and dandy. If I haven't done this yet, I get an error out of w.bloggar like so:
"Your blog server returned the following error message: Method takes paramters and there is incorrect number of param elements."
When I step the metaWeblog.getRecentPosts implementation in my code, it doesn't do anything ungentlemanly, I haven't found the problem yet. I do have one other oddity, if I don't have an xml-rpc stub defined for blogger.getRecentPosts, w.bloggar barfs everytime I try to retrieve existing posts and tells me blogger.getRecentPosts is not supported by the server.
Which is strange because, I can't find mention of that anywhere in the Blogger API docs. I suppose I need to quadruple check to allay head-in-ass concerns. Maybe by the time I implement the RESTLog API, someone I'll have found a pain-free and free solution to replacing the satisfying w.bloggar UE.