My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
example  

Featured
Updated Mar 29, 2010 by cwsh...@gmail.com

This is a simple example

Details

require('delicious.php'); 

$delicious = new delicious(array('username'=>'xx','password'=>'xx'));

$_params = array(
	'tag'=>'',
	'dt'=>'',
	'url'=>'',
	'hashes'=>'',
	'meta'=>'yes'
);
$_result = $delicious->posts_get($_params);

print_r($_result);
print_r($delicious->responses);

Sign in to add a comment
Powered by Google Project Hosting