I’m using GET ’/search/tweets to search tweets using a specific query , the word ‘twitter’.
“q” => “twitter”
However, the Twitter API does not return ( or returns few) tweets containing that word in your text.
What is the reason for this ? And what I do so that the API returns tweets containing that query in your text ???