Im working with the Twitter API and i'm only getting the the first 100 result
$connection = new TwitterOAuth( '--' , '--' ,'--', '--');
$matches = $connection->get('search/tweets' , ['q' => 'john' , 'count' => 100 , 'result_type' => 'recent']);
My question is how to loop for 1000 search results ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire