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

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -