How to get a token for upload a photo to deefunia
By administrator on Nov 9, 2011 | In API Documentation
This is how we get a deefunia api token for upload or copy from url.
//get deefunia token
$url = "http://api.deefunia.com/?a=t&f=json";
$content = file_get_contents($url);
$token = json_decode($content, true);
print_r($token);
| « How to get a photo in server copied over deefunia for preparation of photomaking | How to get a deefunia listing with deefunia API » |