Hi,
I’m making call to
$response = $connection->get(‘statuses/user_timeline’, array(‘count’ => 10,‘include_rts’=>false));
and getting only array of tweets but not the pagination data like next_cursor,
i want pagination data so that i can fetch next 10 tweets and also if i give
count=10
it will return only 9 tweets.
Thanks!!