What if I want to get the second latest 1500 tweets? Regards,
Mahaboob Basha Shaik www.netelixir.com Making Search Work On Mon, Mar 16, 2009 at 1:49 PM, Doug Williams <[email protected]> wrote: > The number of tweets you are able to retrieve is artificially limited for > performance reasons. As you can tell, 1500 is the limit. > > Arbitrary retrieval would cause too many disk look ups which would > adversely affect performance of the entire system. Limiting the number of > results available allows most queries to utilize memory caches. > > Thanks > Doug Williams > Twitter API Support > http://twitter.com/dougw > > > > On Mon, Mar 16, 2009 at 9:26 AM, basha <[email protected]> wrote: > >> >> I submitted my request with 100 RPP and 15 pages. then i am getting >> 1500 tweets. but when I tried using since_id 1312101395 along with RPP >> and Pages I am getting only latest 1500 tweets. How can I get tweets >> which were present before the latest 1500 tweets >> (1501,1502,1503,..............). >> Overall i want a mechanism where i can get all the tweets irrespective >> of the number greater or less than 1500. please tell me the mechanism. >> i am codeing the above in java. >> > >
