Possible to filter the posts or categories that XML-RPC users see in their mobile application?

This github repo has bdn.getPosts extended XML-RPC function to get category.

Get 10 most recently modified posts in the sports category ($category can be either a slug or an ID)

   `array( 1, $username, $password, 'post', 'sports', 10, array( 'orderby' => 'modified' ) );`

Leave a Comment