I am getting 404 for reverse_geocode API:
Request is : https://api.twitter.com/1.1/geo/reverse_geocode.json?lat=0.1015985&long=51.5286415
Error Received: { [Error: HTTP Error 404: Not Found] statusCode: 404, data: ‘{“errors”:[{“message”:“Sorry, that page does not exist”,“code”:34}]}’ }
Please do note, i am providing proper authentication parameters. Also other location APIs are working correctly
Please close this, this error is coming in case place is not found. Although status code for this seems to be cryptic.