2

我正在尝试从 Facebook 的广告 API 获取广告创意的详细信息。根据参考资料,follow_redirect 是一个可获取字段。但是,当我将它添加到“字段”参数时,facebook 会抛出这个:

{“错误”:{“消息”:“(#100)未知字段:follow_redirect。”,“类型”:“OAuthException”,“代码”:100 } }

我的请求 :

https://graph.facebook.com/xxxxxxxxxx?fields=id,title,body,image_hash,image_url,name,link_url,type,object_id,related_fan_page,follow_redirect,auto_update,story_id,preview_url,action_spec,follow_redirect&access_token=xxxxx

这是一个错误,还是我做错了什么?

4

1 回答 1

0

广告上没有follow_redirect字段,它是您在创建广告本身时提供的标志,但它不是生成的广告的属性

于 2013-10-03T20:11:48.933 回答