I have a function that creates a post in my WordPress site every time a specific function runs. It uses XML-RPC and works great with my admin user, but when I try to use a contributor account, nothing happens.
Does anyone know whether a Contributor can post to a WordPress blog via XML-RPC? I need it to be a contributor so that they can only post drafts, or pending posts, not live posts. If a contributor can't post via XML-RPC, what's the best way to solution to be able to post to the blog (again, drafts or pending only) while still keep my site safe from publishing unwanted posts?