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

getPaginateMedias() -- Fatal error: Using $this when not in object context #157

Closed thagxt closed 6 years ago

thagxt commented 7 years ago

When trying to Paginate medias (with code provided in README) I get this error:

Fatal error: Using $this when not in object context in /src/InstagramScraper/Instagram.php on line 238

p.s. "Paginate medias" example in README.md on $medias = $result['medias'] is missing the final semicolon.

s0kil commented 6 years ago

Add Semicolon end of line $medias = $result['medias'];

raiym commented 6 years ago

README.md has been updated. Refer to newly created examples: https://github.com/postaddictme/instagram-php-scraper/tree/master/examples