PDA

View Full Version : vBulletin XMLRPC


Tom-Ch
05-09-2011, 09:20 PM
Hi forum!
As far as I know there is a protocol called XMLRPC, it allows to create posts remotely, it's working fine for Wordpress CMS, what about vBulletin one? Is there such ability in vBulletin and how can I use that?
Thanks

Disasterpiece
05-09-2011, 09:33 PM
Check the official vB API: http://members.vbulletin.com/api/

Expand classes and look for XMLRPC

Tom-Ch
05-09-2011, 10:11 PM
Perfect! I've found Server and Client classes
vB_XMLRPC_Client (http://members.vbulletin.com/api/vBulletin/vB_XMLRPC_Client.html)
vB_XMLRPC_Server (http://members.vbulletin.com/api/vBulletin/vB_XMLRPC_Server.html)

Thanks Disasterpiece for good link!