[wp-hackers] Custom URL
Eric Mann
eric at eamann.com
Tue Mar 2 05:13:44 UTC 2010
Joseph,
This is exactly what I was looking for! It's so much easier to use the built in XMLRPC system than it is to re-invent the wheel (given, I was halfway done building my own when I sent the original message). This will make things run so much more smoothly!
Though one follow-up question. I already have a system built that will post data via XML-RPC ... but is the internal WordPress engine capable of posting data on its own? I know it will receive post data, but can I use the class to create a post request as well?
-----Original Message-----
From: wp-hackers-bounces at lists.automattic.com [mailto:wp-hackers-bounces at lists.automattic.com] On Behalf Of Joseph Scott
Sent: Monday, March 01, 2010 7:43 PM
To: wp-hackers at lists.automattic.com
Subject: Re: [wp-hackers] Custom URL
If all you need are some new XML-RPC methods that your clients use to
submit data to your WP install you can easily do that with a plugin:
http://josephscott.org/archives/2008/11/adding-xml-rpc-methods-to-wordpress/
Then your XML-RPC methods will be exposed via the standard WP XML-RPC
end point http://jumping-duck.com/xmlrpc.php (using your URL example).
On Mon, Mar 1, 2010 at 7:47 PM, Eric Mann <eric at eamann.com> wrote:
> I'm building a simple XML-RPC error reporting system for a couple of
> plug-ins, and I want to manage the XML-RPC server from my own WordPress
> installation. In order to do this, I need a simple URL my clients can post
> data to. I'd like it to be short, like http://jumping-duck.com/xmlserver/
> but in order to do that, I'll need some kind of custom URL rewriting.
--
Joseph Scott
joseph at josephscott.org
http://josephscott.org/
_______________________________________________
wp-hackers mailing list
wp-hackers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list