Hi all
I am developing an application in which I required all the public tweets of an area.
Means:
Let I entered latitude and longitude of a location then it will return all the tweets id only(no message required for now).
Example:
I Searched Los Angeles then it will return all the tweet id at that latitude and longitude including all tweets nearer to that geocode.
I searched in web(Google).
but not found any good solution.Finally i tried https://stream.twitter.com/1.1/statuses/filter.json?location=20.000,85.000.
but above URL showing authentication required.
My Queries:
- Is Twitter providing such API to solve my requirement?
- If no then how to contact with twitter to get this one done.(Approximately how much it will cost.)?
Please help
Thanks in advance