I’m trying to make a personalized trend in a specific city that the parent country isn’t available on twitter trends. so what I need is to get all the status within the last hour from the city lat and long into a text file to build a simple algorithm to rank the trends. I tried this query but didn’t work. https://stream.twitter.com/1.1/statuses/filter.json?locations=-122.75,36.8,-121.75,37.8 any thoughts ? thanks
The statuses/filter stream is the API you want to use. What about it didn’t work?
No it just didn’t work it gets neither data nor an errors.
Than you’re not using it as documented because the Streaming API is a functional API. Maybe if you include details about how you tried to implement the API we can identify what’s wrong.