Hello ,
According to the documentation the GET search/tweets is not convenient for my problem as “Not all Tweets will be indexed or made available via the search interface.” .
Now , if the other alternative -as far as I know - is the Streaming API which would provide me real time data , how can I accomplish what I need?.
For example . Let’s say that I want to get all the tweets with the hashtag #example. Right now , when we use the API , the results we got are either popular , recent or mixed. But what if I want to get all of them?
I understand that if any , it will be limited or restricted but as the normal twitter search allows me to do that without problems , I am wondering if there is any API solution to do so. All I really need is to retrieve all the tweets with my hashtag and I really doubt that the number is over a 1000 tweets.
Thank you