Recently I have integrated fabric twitter in android. I have implemented getSearchService().tweets() api. it shows only last 7 days tweets based on one hashtag. basically my hashtag previous tweets limited means monthly one or two.so how can i get the all tweets using hashtag?
Thanks for reaching out this @finishqa. Using getSearchService is limited to the restrictions of the API which only searches for the previous week of data.
This is mentioned under step 4 here.
Hope that helps clear it up!
-Mike