Treader for Greasemonkey
february 2009 by mattfinlayson
Part of using google reader as my CMS.
google
del.icio.us
twitter
february 2009 by mattfinlayson
PhpDelicious - a class for accessing the del.icio.us API - Ed Eliot
july 2007 by mattfinlayson
# require('php-delicious.inc.php');
#
# $oPhpDelicious = new PhpDelicious('your-username', 'your-password');
#
# if ($aDates = $oPhpDelicious->GetDates()) {
# print_r($aDates);
# }
php
del.icio.us
#
# $oPhpDelicious = new PhpDelicious('your-username', 'your-password');
#
# if ($aDates = $oPhpDelicious->GetDates()) {
# print_r($aDates);
# }
july 2007 by mattfinlayson
Copy this bookmark: