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

Error on getMediasByTag() #148

Closed ucola closed 7 years ago

ucola commented 7 years ago

Hi all

We became an Error if we install the latest version from Github. I download your source code and do "composer install".

If we call the line below we became an error $medias = Instagram::getMediasByTag('zara', 50);

Error: Using $this when not in object context in InstagramScraper\Instagram::getMediasByTag() (line 392 of instagram-php-scraper/0.5.0/src/InstagramScraper/Instagram.php).

thank you for your help

ucola commented 7 years ago

if you install it from composer require raiym/instagram-php-scraper

and use the generated autoloud then it works fine!