function blogapi_metaweblog_get_recent_posts

6.x blogapi.module blogapi_metaweblog_get_recent_posts($blogid, $username, $password, $number_of_posts)
1 string reference to 'blogapi_metaweblog_get_recent_posts'
blogapi_xmlrpc in drupal-6.x/modules/blogapi/blogapi.module
Implementation of hook_xmlrpc().

File

drupal-6.x/modules/blogapi/blogapi.module, line 504
Enable users to post using applications that support XML-RPC blog APIs.

Code

function blogapi_metaweblog_get_recent_posts($blogid, $username, $password, $number_of_posts) {
  return blogapi_blogger_get_recent_posts('0123456789ABCDEF', $blogid, $username, $password, $number_of_posts, TRUE);
}