postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.08k stars 798 forks source link

Instagram is not available without logging in #72

Closed petertenhoor closed 7 years ago

petertenhoor commented 7 years ago

Hi there,

You probably already noticed that Instagram made some changes which require a user to be logged in to get access to Instagram pages, which means that Instagram content is no longer public.

I use getMediasByTag, GetAccountById and getMediaByCode from your package to create an Instagram feed. These methods seem to have stop working due to the above change that Instagram made.

Is this something that you are planning to fix? Logging in to the Instagram API before scraping might be a possibility. Let me know!

Best regards,

Peter ten Hoor

raiym commented 7 years ago

Library will support web login https://github.com/postaddictme/instagram-php-scraper/issues/71

petertenhoor commented 7 years ago

Awesome, thank you!

raiym commented 7 years ago

@petertenhoor hello again check new release please)

petertenhoor commented 7 years ago

Nice job. This works like a charm.