I am trying to call following Twitter's API to get a list of tweets for specific hashtag.
https://api.twitter.com/1.1/search/tweets.json?q=%40rose
Allways this error response appears.
{"errors":[{"code":215,"message":"Bad Authentication data."}]}
is there any suggestions ?