I'm using laravel 5 with twitter api thujohn/twitter everything works great except can't get more than 196 tweets this is my function in TweetController
public function tweet()
{
$s='k.s.a.95';
$nextCursor = -1;
if($nextCursor != 0){
return dd(Twitter::getFavorites(['screen_name' => $s,'cursor' =>
$nextCursor , 'count' => 200 ]));
}
I hope to help this is 3rd time I asked no response
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire