I am trying to use Instagram API to create a gallery with all user's instagram pictures. But I have just about 33 pictures in the gallery. Can you help me please? How can I fix this?
$response = file_get_contents('https://api.instagram.com/v1/users/' . $target . '/media/recent?access_token=' . $_SESSION['instagram_token'] . '&count=-1');