> The key to max search results isn't in paging or rpp, but > in max_id.
Hi David, I do not understand how max_id can help me. If I want to get the 10,000 most recent tweets that match the phrase "michael jackson" changing the max_id value doesn't seem like it's going to help at all. In fact, it doesn't even make sense to use it when trying to retrieve the most recent tweets, does it? > Be careful what you ask for. Retrieval of everything > available can take a long time (hours). My understanding is that every request is limited to 100 tweets max, and this forces multiple requests when trying to retrieve more than 100 tweets. Am I wrong about this? Owkaye