apiバージョン2.7のfacebookをターゲットとし、環境に応じて異なる結果を得ているfacebookを呼び出しています。ステージングと開発で私が手:中国語を返すFacebook APIターゲティングセンテンスライン
{
"targetingsentencelines": [
{
"content": "Location - Living In:",
"children": [
"United States: Decatur (+10 mi) Georgia"
]
},
{
"content": "Age:",
"children": [
"18 - 65+"
]
},
{
"content": "Placements:",
"children": [
"News Feed on mobile devices, News Feed on desktop computers or Right column on desktop computers"
]
}
]
}
しかしpreprodに私が取得:
{
"targetingsentencelines": [
{
"content": "Location - Living In:",
"children": [
"United States: Decatur (+10 mi) Georgia 喬治亞州"
]
},
{
"content": "Age:",
"children": [
"18 - 65+"
]
},
{
"content": "Placements:",
"children": [
"News Feed on mobile devices, News Feed on desktop computers or Right column on desktop computers"
]
}
]
}
グラフExplorerのAPIのV2.7(https://developers.facebook.com/tools/explorer/)とのURIを使用:
act_FACEBOOK IDENTIFIERを/ 22%、22%、22%、22%、22%、22%、22%、22%、22%、22%] 22}、{22%} 22%22facebook 22%22%22facebook 22%22%22facebook 22%22%22facebook%22、%22facebook%22、%22facebook%22、%22facebook%22 ok_positions%22:[%22フィード%22、%22ライト_hand_column%22]}
私はステージングと開発と同じ結果を得ます。
追加しようとしました:locale = en_USを要求に含めても、それは変更されませんでした。 – JEMaddux