Hi,
I’m trying to use twitter search api by following PHP library :
http://github.com/j7mbo/twitter-api-php .
I’ve given all necessary credentials. But, i don’t know why it is not working.
I’ve also, tried to go through twitter search doc & when i tried this url ( https://api.twitter.com/1.1/search/tweets.json?q=%23freebandnames&since_id=24012619984051000&max_id=250126199840518145&result_type=mixed&count=4 ) in my browser for testing purpose… it’s, showing following error…
{"errors":[{"message":"Bad Authentication data","code":215}]}
Need Some Help -.-
Regards