我正试图从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这是个窃听器,还是我做错了什么?
发布于 2013-10-03 20:11:48
广告中没有follow_redirect字段,它是您在创建创意本身时提供的标志,但它不是生成创意的属性
https://stackoverflow.com/questions/19161742
复制相似问题