How to built a uploaded or copied photo over deefunia api?
By administrator on Nov 9, 2011 | In API Documentation
In order to build a photo with deefunia api in php, you will need to do this step.
$url = "http://api.deefunia.com/?a=b&tid=[template id]&suid=[successful upload or copied id]&hash=[the hash of suid];
$built = file_get_contents($url);
$result = json_decode(built, true);
print_r($result)
| « Deefunia PhotoMaking II apps in facebook is now open for all | How to get a photo in server copied over deefunia for preparation of photomaking » |