3

I am using the twitter search API 1.1 and getting this response

 {"errors":[{"message":"Bad Authentication data","code":215}]}

The query I am constructing for search is

https://api.twitter.com/1.1/search/tweets.json?q=.priyanka%20chopra

Am I making the right query or not? Please help me out

WISHY
  • 11,067
  • 25
  • 105
  • 197

1 Answers1

0

The query seems OK, but, are you authenticating your request via OAuth?

https://dev.twitter.com/oauth/overview

calvillo
  • 892
  • 1
  • 9
  • 23