Return to Snippet

Revision: 4924
at January 29, 2008 12:40 by jaytee


Updated Code
$mbl = new MyBlogLog($app_id,$community_id);
$mbl->cache_dir = "temp/mbl-cache";
if (!$results = $mbl->communityMembersList(null,4))
	echo "There was an error communicating with the MyBlogLog API.  Please try again.";
print_r($results);

Revision: 4923
at January 29, 2008 12:39 by jaytee


Initial Code
$mbl = new MyBlogLog($app_id,$raven_id);
$mbl->cache_dir = $_SERVER['DOCUMENT_ROOT'] . "/blog/mbl-cache";
if (!$results = $mbl->communityMembersList(null,4))
	echo "There was an error communicating with the MyBlogLog API.  Please try again.";

Initial URL
http://php-mybloglog.googlecode.com/

Initial Description


Initial Title
PHPMyBlogLog Usage

Initial Tags
textmate, api

Initial Language
PHP