advanced code snippet search
jaytee on 01/29/08
textmate api mybloglog
01/29/08 12:40pm01/29/08 12:39pm
URL: http://php-mybloglog.googlecode.com/
$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);
Report this snippet Tweet
Comment:
You need to login to post a comment.