Hello, I'm using XMLRPC to list all recent posts by an author regardless of blog. I've been working like a dog to locate relevant documentation, but its scattered all over the place.
I first call wordpress.com/xmlrpc.php wp.getUsersBlogs for a given user, then for each blog I call their local xmlrpc url and ask for metaWeblog.getRecentPosts and filter out posts by users who aren't the user I'm concentrating on.
My main problem seems to be that calling metaWeblog.getRecentPosts on a blog where the user is just a contributor (ie not admin) with the contributor's username and password will return nothing, even if the blog is public.
I've read that this function used to return such posts but the behavior was changed about 3 years ago. Thats fine, but I need another way to get a user's posts off a public blog where they are contributing.
The only thing I can think of is to parse RSS to get the same data on blogs where the user is not an admin, but seriously thats just retarded.
Does anyone know anything I've overlooked? Thanks.
The blog I need help with is texect.wordpress.com.