I am trying to use Instagram API to create a gallery with all my instagram pictures. But I have just 33 pictures in the gallery. Can you help me please?
$media = $instagram->getUserMedia($userId);
public function getUserMedia($id = 'self', $limit = 0) {
return $this->_makeCall('users/' . $id . '/media/recent', ($id === 'self'), array('count' => $limit));
Kind regards.