How to get a photo in server copied over deefunia for preparation of photomaking
By administrator on Nov 9, 2011 | In API Documentation
$url = "http://api.deefunia.com/?a=c&iurl=[URL of photo]&token=[token given by deefunia api]&hash=[hash that comes with token];
$copy = file_get_contents($url);
$result = json_decode($copy, true);
print_r($result);
*A token must be valid in order to copy a photo over deefunia api. To get a token please read How to get a upload token.
| « How to built a uploaded or copied photo over deefunia api? | How to get a token for upload a photo to deefunia » |