I need to query on API for tweets from a specific user that contains a specific hashtag.
q=from:username&#teste
The problem is, sometimes #teste is not alone it comes with others, and when it happens, the query method only returns where it is alone.
Example:
Tweet one: I love #food #pizza
Tweet two: I love #pizza
If I search for #pizza, it will returns the second tweet, but i want both.