geo.places
POST
/geo/places.json
given latitude and longitude.
name of the place you wish to create. The query will return an array of places which are similar to
the one you wish to create, and a token. If the place you wish to create isn't in the returned array
you can use the token with this method to create a new one.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/geo/places.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38