php - finfo_file(): Failed identify data 0:(null) when creating Ad Image Facebook -
i using code creating ad image retrieve image hash ad creative
$image = new adimage(null, $this->accountid); $image->{adimagefields::filename}'http://koferafb.dev/image/dummy.jpeg'; $image->create(); echo $image->{adimagefields::hash}.php_eol;
the problem encounter error finfo_file(): failed identify data 0:(null)
do need extension make run? or doing correctly?
Comments
Post a Comment