Twitter search with time
in
Contributed Library Questions
•
5 months ago
Hello all.
I was just looking the twitter4j api, and I couldn't find how to search within a specific time frame (for example for the last three hours). I only found the setSince function that gets the date of the tweets.
query.setSince(2010-01-01);
So is it possible to filter a query with hours?
Thanks
1