I’m trying to obtain a list of twitter locations given a query string, but I’m not able to get POI results, only neighbourhood, city, admin & country.
Example call:
https://api.twitter.com/1.1/geo/search.json?granularity=poi&query=Twitter%20HQ
giving result:
{
"result": {
"places": []
},
"query": {
"url": "https://api.twitter.com/1.1/geo/search.json?granularity=poi&query=Twitter%20HQ",
"type": "search",
"params": {
"accuracy": 0,
"granularity": "poi",
"query": "Twitter HQ",
"autocomplete": false,
"trim_place": false
}
}
}
Twitter HQ does certainly exist as a Twitter Place (247f43d441defc03), but will not appear in searches. Is anyone else experiencing this?