You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks - I will give it another try , any recommendations for best use ?
If you just need to retrieve public IG profile info , and last 12 posts, check https://github.com/skmachine/instagram-php-scraper - it does not require your IG auth details and uses cloud proxies to access public data (requires subscription). Note that this new package won't help if you need to extract followers or emails (as these endpoints require authentication).
Data returned from
$instagram->getAccount()
is no longer of the expected format.Use
$instagram->getAccountInfo()
instead and it seems to work as it did before.The text was updated successfully, but these errors were encountered: