Closed akeTML closed 10 years ago
I am not sure that the GET search API accepts such a format.
$ twurl "/1.1/search/tweets.json?q=@twitterapi+#Apple"
{"statuses":[],"search_metadata":{"completed_in":0.011,"max_id":519838340011397120,"max_id_str":"519838340011397120","query":"%40twitterapi%2B%23Apple","refresh_url":"?since_id=519838340011397120&q=%40twitterapi%2B%23Apple&include_entities=1","count":15,"since_id":0,"since_id_str":"0"}}
You should probably try the streaming filter API for that.
Thanks for reply. Now I know the problem. https://dev.twitter.com/rest/public/search this link said that I can't get tweet later than one week. So, I'll try that api.
I call search api like this.
It's working if I put these. queryString = @"#brajobbat"; or queryString = @"@jobbadecco";
but it doesn't work if I put this. queryString = @"@jobbadecco+#brajobbat"; This will return no response.
But I got some statuses when I call this url. https://twitter.com/search?q=%40jobbadecco%20%23brajobbat