I'm reading the documentation for using the Twitter Search API. I want to return a really simple list aka https://api.twitter.com/1.1/search/tweets.json?q=%40hashtag falling under a single hashtag, but every time I try I get back this error in the browser:
{"errors":[{"message":"Bad Authentication data","code":215}]}
I'm confused about whether it's still possible to get back JSON and use it with $.ajax or $.getJSON in version 1.1 of the Twitter API.