I am using spring social to get twitter data for particular tag say #spring. What I want to achieve is get all data between two dates/timestamp. eg. data between last fetch time and current time. The spring social API allows me to get data betweem two tweetIDs but I failed to find a way where in one can get data between two dates.
Please help.
Ankit Solanki