How to get a deefunia listing with deefunia API
By administrator on Nov 9, 2011 | In API Documentation
To get a list of available templates through PHP is as follow:
//list templates
$url = "http://api.deefunia.com/?a=l&f=json";
$content = file_get_contents($url);
$json = json_decode($content, true);
print_r($json);
| « How to get a token for upload a photo to deefunia | Forest wall funny template available » |