blogapi_metaweblog_get_post($postid, $username, $password)
drupal/modules/blogapi/blogapi.module, line 408
function blogapi_metaweblog_get_post($postid, $username, $password) {
return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}