2

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.

LNA
  • 1,427
  • 3
  • 24
  • 37
  • EDIT: I just found this stackoverflow answer: http://stackoverflow.com/questions/17143985/twitter-api-error-215 – LNA Sep 21 '13 at 20:18
  • In other words, can someone confirm that now it's not so easy to create twitter streams using AJAX/jQuery from publicly available data anymore? Now you need to "AJAX request a dynamic script on your own website". – LNA Sep 21 '13 at 20:19

0 Answers0