Hi there,
I will have to add this to the documentation as many developers ask the same question.
Twitter Tweet Search API is limited to a very small timeframe of 1 to 3 weeks (this vary).
It means that if you do not save the tweets you will no longer be able to search for these after a certain period.
In order to get all the tweets matching a specific criteria you will have to use a FilteredStream and store this in your DB.
Then query your DB to search for the tweets older than a week.
Cheers,
Linvi
I will have to add this to the documentation as many developers ask the same question.
Twitter Tweet Search API is limited to a very small timeframe of 1 to 3 weeks (this vary).
It means that if you do not save the tweets you will no longer be able to search for these after a certain period.
In order to get all the tweets matching a specific criteria you will have to use a FilteredStream and store this in your DB.
Then query your DB to search for the tweets older than a week.
Cheers,
Linvi