/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$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.";
URL: http://php-mybloglog.googlecode.com/