I'm trying to create a new Ad Creative for an event ad (Post-Migration), using the field image_file
.
Via the Graph API Explorer I send the following post request:
URL: https://graph.facebook.com//act_xxxx/adcreatives
object_id: xxxxx
body: body here
title: title here
name: name here
image_file: @C:\Art.jpg
I get the following exception response:
"The Adcreative Create Failed for the following reason: Invalid image file: The image_file field does not specify a POST file name."
Apparently I'm not using the image_file parameter right. How should I use it?