I'm relatively new to all this, but I've used some xmlrpc funcions with my wordpress installation on other pages on my website.
Now I'm having a problem with wp.getPages. The first arg for this function is the integer $blog_id. But when I use my $blog_id, all I get is the introductory post from when I set up. None of my own posts are listed. When I try the same thing with wp.getPage it says the page doesn't exist.
As a sanity check I tried wp.getUsersBlogs, and it says my $blog_id is 1, which is the number I was using.
(The examples I've used before list the args in single quotes separated by commas, but I've tried it with and without quotes with the same effect.)