PHP-Instagram-Grabber icon indicating copy to clipboard operation
PHP-Instagram-Grabber copied to clipboard

Instagram changed explore feed Feb 2018

Open rickymatthews opened this issue 7 years ago • 1 comments

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; }

rickymatthews avatar Feb 08 '18 10:02 rickymatthews

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

Yacht-Master avatar Feb 24 '18 05:02 Yacht-Master