我正在尝试从 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
这是一个错误,还是我做错了什么?