Hi All -
I currently have WordPress hosted with GoDaddy.com. The XML-RPC protocol is enabled i.e. "Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols" is checked on the WordPress administration pages.
I'm using XML RPC "getUserBlogs" from java to retrieve blogs for a user. The API is invoked correctly and response is returned back but the response doesn't have all the blog posts. The returned result has 1 row with something like blog_id --> 1, blog_name --> name of the blog. My blog has about 13 posts.
1) The question is what is it I'm doing wrong. Is there any additional step I need to do?
2) Is there a way to get all public blog posts for a given XML RPC URL without having too authenticate?
Appreciate your help
Thanks!