brendonkozlowski
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: XMLRPC clientThanks Joseph!
Forum: Fixing WordPress
In reply to: XMLRPC clientHmm… Programmer’s error, I forgot to update the variable name in the procedure call when I updated it in the earlier code.
I may still try the mailing list in the future. If I simply have newbie questions over protocols, such as ATOM, should I message the wp-xmlrpc list or the wp-hackers list? It looks like the xmlrpc list is more for WordPress developers and hardcore blogging applications developers to communicate. (Here’s hoping you come back to view this message.)
Forum: Fixing WordPress
In reply to: XMLRPC clientThank you, Joseph. As the IXR_Client was bundled with WordPress, I figured it was more well-supported by WordPress itself and went with it. I was able to query the categories with the wp_getCategories XMLRPC method, but had issue with the mw_newPost method. I’d like to learn more about these protocols but it’s difficult to find information that’s not outdated or no longer on the web.
I think I’ll try the mailing list.
Forum: Fixing WordPress
In reply to: XMLRPC clientIs the IXR_Client class what everyone seems to use as their PHP RPCXML class of choice? I’ve been looking around for libraries to use and haven’t really found any except this and one from DentedReality (http://dentedreality.com.au/projects/phpbloggerapi/class/) – I am probably using the wrong search criteria.
Is anyone aware of a PHP5 based implementation similar to Simon Willison’s?