我尝试使用Facebook广告api创建广告素材,但由于缺少“标题”而失败了#39; PARAM。我确实有一个标题'请求中的参数。这是调试日志。
网址:https://graph.facebook.com/act_xxx/adcreatives params:数组 (
[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 Create因以下原因失败:缺少必需属性:必需属性" title"没有提供。 [产品编号:1487390]
答案 0 :(得分:0)
实际上,它缺少mobile_store(旧API),而不是'title'。 Facebook API返回的错误令人困惑。