在facebook营销Api中搜索国家时没有国家/地区

时间:2017-03-30 11:02:10

标签: php facebook facebook-graph-api

我试图获取facebook为adset中的营销API提供的国家。

在过去的两天里,我相信我已经得到了国家数据。但今天我没有得到该国的数据

这是执行该操作的代码

        $result = TargetingSearch::search(TargetingSearchTypes::GEOLOCATION, null, $country, ['location_types' => ['country', 'region', 'country_group']]);

如果我尝试使用其他位置,例如我在上面定义的区域或城市,则返回城市和区域

我的代码有什么问题吗?或者api之间是否有任何变化

我正在使用PHP SDK 2.8谢谢

0 个答案:

没有答案