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
You can use Spring social twitter advanced search.
It has two parameters since and until. These can be used to retreive based on date / time period.