Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

I am trying to fetch all the user's tweets from a particular location.I Searched in Google for this requirement but not found any good solution.

Is it possible to do this?? Is Twitter providing any API which will give the no of tweets from a particular area?

My Requirement:
From a particular location I want to get all the tweets.
Means:Let I searched Los Angeles then that API should be serve me geo location and the no of tweets.

Example:
Lat: 20.122, Lng:85.675, No of Tweets:40
Lat: 19.112, Lng:84.625, No of Tweets:120
Lat: 22.562, Lng:87.612, No of Tweets:20
Lat: 21.002, Lng:83.600, No of Tweets:54
Lat: 20.792, Lng:83.675, No of Tweets:93

I think Twitter is providing this kind of things.because I searched in Google and found a nice website which takes area name and shows all recent 5 tweets. Here is the website Nearby Tweets[^]

Please help me to find the API which will fulfil my requirement

Thanks in advance
Posted

1 solution

Though i haven't implemented them before,these two links look promising to me.

https://dev.twitter.com/docs/api/1.1/get/search/tweets[^][Look especially geocode]

TweetSharp 2.0 search and Geocode[^]

Regards..
 
Share this answer
 
Comments
Mac12334 23-Sep-13 4:46am    
it requires q(query parameter) for that keyword it will search.Means:Let we write bhubaneswar as q(query) then it will search for that keyword at that geocode.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900