b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: xmlsrv ] [ index: xmlsrv ] [ all elements ]

Procedural File: _b2.api.php

Source Location: /blogs/inc/xmlrpc/apis/_b2.api.php

Page Details

XML-RPC : Blogger API

this is used by w.bloggar for example

b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html

Version:  $Id: _b2.api.php,v 1.2.2.1 2008/05/19 22:27:59 blueyed Exp $
Copyright:  (c)2003-2008 by Francois PLANQUE - http://fplanque.net/
See:  http://manual.b2evolution.net/B2_API
Filesource:  Source Code for this file
Functions
b2_getcategories  [line 113]

xmlrpcresp b2_getcategories( xmlrpcmsg $m  )

b2.getCategories

Gets also used for mt.getCategoryList. Is this correct?

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. blogid (string): Unique identifier of the blog to query
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.

API Tags:
Return:  XML-RPC Response


[ Top ]
b2_getposturl  [line 135]

xmlrpcresp b2_getposturl( xmlrpcmsg $m  )

b2.getPostURL

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. ? NO LONGER USED (was: blogid (string): Unique identifier of the blog to query)
  2. ? (string)
  3. username (string): Login for a Blogger user who is member of the blog.
  4. password (string): Password for said username.193
4 post_ID (string): Post to query

API Tags:
Return:  XML-RPC Response


[ Top ]
b2_newpost  [line 39]

xmlrpcresp b2_newpost( xmlrpcmsg $m  )

b2.newPost. Adds a post, blogger-api like, +title +category +postdate.

b2 API

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. ?
  2. ?
  3. username (string): Login for a Blogger user who is member of the blog.
  4. password (string): Password for said username.
  5. content (string): The content of the post.
  6. publish (boolean): If set to true, the post will be published immediately.
  7. title (string): The title of the post.
  8. category (string): The internal name of the category you want to post the post into.
  9. date (string): This is the date that will be shown in the post, give "" for current date.

API Tags:
Return:  XML-RPC Response


[ Top ]


Documentation generated on Sat, 06 Mar 2010 03:27:31 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).