I am encountering a problem. I need your help.
I tried to search with multiple terms, for example “happy hour”. I got the unexpected result below.
I made the search URL according to document which is https://dev.twitter.com/docs/api/1.1/get/search/tweets
Unfortunately it doesn’t provide how to make a query string with multiple terms.
If i search only one word like “happy”, it can get the correct result.
Please help me to deal with this problem.
Thanks in advance !!
###################
Using the URL:
###################
http://api.twitter.com/1.1/search/tweets.json?q=happy%20hour&include_entities=true
###################
Unexpected result:
###################
{“errors”:[{“message”:“Could not authenticate you”,“code”:32}]}