Hi Andy,
I am confused with this query. Can you explain me how this query works?
For example, I am supplying “Budweiser” keyword to search API, it gives me all tweets related with that keyword including budweiser promotion tweets too.
SEARCH_TERM = "Budweiser"
Query q = new Query(SEARCH_TERM);
I am using JAVA.