Facebook の広告 API から広告クリエイティブの詳細を取得しようとしています。リファレンスによると、follow_redirect は取得可能なフィールドです。ただし、「フィールド」引数に追加すると、facebook はこれをスローします。
{ "error": { "message": "(#100) 不明なフィールド: follow_redirect.", "type": "OAuthException", "code": 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
これはバグですか、それとも何か間違っていますか?