我正在使用Facebook图形api发布到我的Facebook页面,我想仅将这篇文章定位到说英语的人。
我已尝试使用此代码设置此定位:
$data['targeting'] = "{'locales':'en_US,en_GB,en_IN'}";
但我收到错误“定位参数包含以下内容的无效值:locales”,“type”:“OAuthException”,“code”:100,“fbtrace_id”:“H7e + CSbFZV2”}}“
从文档https://developers.facebook.com/docs/graph-api/reference/v2.7/post中,locales参数的格式应为int []。如果需要,我在哪里可以找到这个整数列表?