Twitter API遍历推文搜索[Laravel 5.4]

时间:2018-12-01 16:39:16

标签: api laravel-5 twitter twitter-oauth

我正在使用Twitter API,但我只得到前100个结果

$connection = new TwitterOAuth( '--' , '--' ,'--', '--');
$matches = $connection->get('search/tweets' , ['q' => 'john' , 'count' => 100 , 'result_type' => 'recent']);

我的问题是如何循环搜索1000个搜索结果?

0 个答案:

没有答案
相关问题