I am using https://github.com/cosenary/Instagram-PHP-API to integrate Instagram API for my application.
I have a requirement of getting all the media's for the 'self' user and display. I tried with min_id and max_id but it only show recent 20 media I also use max_timestamp and min_timestamp but nothing worked to me.
Is there something I missing or is there any work around to solve this issue.
Thanks FJ