Hello,
Using the search api, for the query “https://api.twitter.com/1.1/search/tweets.json?q=from%3Aufc&count=100”, everything works fine and I receive 100 results as expected.
However, when I request tweets with positive attitude using https://api.twitter.com/1.1/search/tweets.json?q=from%3Aufc%20%3A)&src=typd&count=100", I receive a result with 0 results.
As a sanity check, I tried the non API url “https://twitter.com/search?q=from%3Aufc%20%3A)&src=typd” and it successfuly returns tweets with positive atitudes.
What am I missing?
Thank you,
Travis