I want to search for tweets referencing @WWE account. I followed this documentation to do the same:
https://dev.twitter.com/docs/using-search
This is the URL I get after following their instructions: https://api.twitter.com/1.1/search/tweets.json?q=WWE&src=typd
But instead of getting the JSON equivalent, this is what I am getting:
{"errors":[{"message":"Bad Authentication data","code":215}]}
What am I missing?