espresso-dev / instagram-basic-display-php

A simple PHP class for accessing the Instagram Basic Display API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination give a Blank page

Andreaa-dragomir opened this issue · comments

Hello,
getUserMedia working good with 99 limit but pagination give me a blank page.

$media = $instagram->getUserMedia('MY_ID', '99'); $affichage = print_r($media, true); $moreMedia = $instagram->pagination($media); print_r($moremedia);

@Andreaa-dragomir
I can't reproduce your problem. In my tests pagination works fine.

@Andreaa-dragomir I'm closing this for now. Please comment if you are still able to reproduce this issue.