hi,

I'm looking for a way to get all the tweets belongs to a given
location via twitter geocode api rather than limiting it to 15 tweets
or rpp=100 (max) which twitter support in default.

for an example following url returns only 15 tweets for a given
location with lat and long including 25km radius.

http://search.twitter.com/search.atom?geocode=40.757929%2C-73.985506%2C25km

further more, we can extend the result up to 100 by appending rpp=100.
but what i want is get all the tweets in that area.

i just thought making this api request several times until we get all
the tweets. but it's just an idea. Any good implementation method to
do that(prefer php)? Really appreciate any help...

Thank you,
Madhusanka

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to