Error Code 215: twitter search api? -


i using twitter search api 1.1 , getting response

 {"errors":[{"message":"bad authentication data","code":215}]} 

the query constructing search is

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

am making right query or not? please me out

the query seems ok, but, authenticating request via oauth?

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


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -