I\'d like to get a user\'s Instagram feed using PHP. I\'ve signed up for an Instagram Developer Account and tried pulling in a user\'s info and photos, but the response isn
this function goes in your App class, but can be a regular function and it will work anyways.
the result can be navigated interactively using this tool: http://jsonviewer.stack.hu/
in my case i'm using blade template engine (https://laravel.com/docs/5.8/blade)
so the template will be
@foreach($instagram->data as $gram)
@endforeach
that's it!