Matthew,<div><br></div><div>This really depends on which XML-RPC calls the mobile application is making. Off the top of my head, I'd think they were using `blogger.getRecentPosts` to get the blog's most recent posts. This method internally calls wp_get_recent_posts() which uses the get_posts() function to pull things from the database.</div>
<div><br></div><div>This <i>should</i> be firing the pre_get_posts automatically. Is it not? Have you tried to trace the route of a request? What have you done so far to extend this functionality to users of the WordPress iOS app and what have been the results?<br>
<br><div class="gmail_quote">On Mon, Mar 21, 2011 at 1:03 PM, Muro, Matthew <span dir="ltr"><<a href="mailto:mmuro@advance.ua.edu">mmuro@advance.ua.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Is it possible to filter the posts or categories that XML-RPC users see in their mobile application?<br>
<br>
I have a plugin that hooks into pre_get_posts and list_terms_exclusions to do what I need it to do in the admin. I've had requests to allow the same functionality on their mobile devices such as the WordPress iOS app.<br>
<br>
Thanks,<br>
<br>
Matthew Muro<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
wp-xmlrpc mailing list<br>
<a href="mailto:wp-xmlrpc@lists.automattic.com">wp-xmlrpc@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-xmlrpc" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-xmlrpc</a><br>
</blockquote></div><br></div>