cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 782 forks source link

Notice: Undefined index: user #256

Closed vkamelin closed 6 years ago

vkamelin commented 6 years ago

Notice: Undefined index: user in /.../vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 237

$instagram = new Instagram();
$posts = $instagram->getMedias($setting['account'], 8);