2

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

これはバグですか、それとも何か間違っていますか?

4

1 に答える 1

0

広告クリエイティブにはフィールドはありませんfollow_redirect。これは、クリエイティブ自体を作成するときに指定するフラグですが、結果のクリエイティブのプロパティではありません

于 2013-10-03T20:11:48.933 に答える