【发布时间】:2014-03-14 10:58:31
【问题描述】:
我正在尝试使用 Facebook 广告 API 创建广告创意,但由于缺少“标题”参数而失败。我在请求中确实有一个“标题”参数。这是调试日志。
网址:https://graph.facebook.com/act_xxx/adcreatives 参数:数组 (
[object_store_url] => https://itunes.apple.com/us/app/game-of-war-fire-age/id667728512
[image_hash] => xxx
[actor_name] => Game of War - Fire Age
[title] => Game of War - Fire Age
[body] => Play for Free!!
[actor_image_hash] => abc
[icon_image_hash] => abc
[type] => 32
[method] => POST
[access_token] => xxxx
)
2014-03-14 10:43:25:Facebook API 错误:异常:Adcreative 创建失败,原因如下:缺少必需的属性:未提供必需的属性“title”。 [代码:1487390]
【问题讨论】:
标签: facebook facebook-graph-api facebook-ads-api