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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

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