我想获得通过州地区参数的城市列表。
我使这个facebook网络服务成为我从一个国家/地区获得州列表
使用此URL响应代码:
{
"data": [
{
"key": "438",
"name": "Acre",
"type": "region",
"country_code": "BR",
"country_name": "Brazil",
"supports_region": true,
"supports_city": true
},
{
"key": "439",
"name": "Alagoas",
"type": "region",
"country_code": "BR",
"country_name": "Brazil",
"supports_region": true,
"supports_city": true
}
]
}
有人可以帮助我吗?谢谢!
答案 0 :(得分:0)
您只能获得一个带有q
参数的非空值的城市列表,其中包含城市名称子字符串的值。我认为对于使用region_id
的查询,这是不必要的限制。