I'm Trying to Give user All media from instagram with this code in Guzzle:
$res = $client->request('GET',
'https://api.instagram.com/v1/users/self/media/recent/?access_token='.
$access_token);
But Instagram send me just 20 media.How I can fix it?