PHP-Instagram-Grabber
PHP-Instagram-Grabber copied to clipboard
Instagram changed explore feed Feb 2018
I noticed our feed stopped grabbing posts, I've had success by changing my foreach to;
foreach ($json->graphql->hashtag->edge_hashtag_to_media->edges as $key => $value) { echo $value->node->display_url; }
Hello!
I downloaded the files of this project, but unfortunately it does not work for me. I saw that there are already many corrections of this code, but unfortunately in the project files these changes have not been made.
Could you send me a zip-archive with a working example?
With thanks, Andreas