Tag: xmlrpc
Revive AdServer (Formerly OpenX Source) API – Introduction: Part 1
posted in Blog, OpenX Source, PHP and tagged openx source, openx source api, rpc2, xml, xmlrpc, xml_rpc by Ilya Ber.
We use Revive AdServer (Formerly OpenX Source) frequently at BlackRiver as the most open and customizable ad serving platform both for many of our clients and our own internal projects. When it comes toRevive AdServer (Formerly OpenX Source) API – there is almost nothing out there but a few blog posts and outdated code samples. We would really like to share our experiences (both positive and negative) withRevive AdServer (Formerly OpenX Source) API as we strongly believe that theRevive AdServer (Formerly OpenX Source) platform should remain easy accessible … read more
WordPress XML-RPC – MetaWeblog API
posted in Blog, PHP and tagged metaweblog, wordpress, xmlrpc by Ilya Ber.
metaWeblog.newPost Function: Creates a new post on your blog. Parameters: Blog ID – For use in multisite installations, typically 0 for single sites Username – WordPress username Password – WordPress password Content – Your blog post defined as an associate array with the following fields ‘post_type’ – ‘post’ or ‘page’ ‘wp_slug’ – Post slug (optional) ‘wp_password’ – Post password (optional) ‘wp_page_parent_id’ – ID of the parent post (optional) ‘wp_page_order’ – Menu order (optional) ‘wp_author_id’ – Identify an author other than the … read more