include_once("class.bloggerclient.php");
$username = "whoever";
$password = "password";
$blog = new bloggerclient($username, $password);
$postid = "8450106";
$myPost = $blog->getPost($postid);
bloggerclient()
public méthode
connectToBlogger()
public méthode
Returns a connection object to the blogger server
deletePost()
public méthode
editPost()
public méthode
public editPost ( $blogID, $textPost, $publish = false ) |
getRecentPosts()
public méthode
getUsersBlogs()
public méthode
getUsersBlogsSelect()
public méthode
$name as it would have for the select
$blogClient public_oe property