Hi Twitter staffs,
I am developing this code to get the tweets from a certain hashtags using tmoAuth:
$code = $tmhOAuth->request('GET', $tmhOAuth->url('1.1/search/tweets'), array(
'include_entities' => '1',
'include_rts' => '1',
'q' => '#UnionPay',
'count' => 100,
));
However, instead of many tweets (as displayed in Search feature in twitter.com), I only get 2 results as the response for this.
Is there something that I miss?
I also do different hashtag keyword, and I get less than 10 results as well.
It works just fine for the same keyword without the hashtag symbol (#)
Please help
And thanks in advance.
Regards,
R