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

Search media by #hashtag not working #110

Closed pdolinaj closed 6 years ago

pdolinaj commented 7 years ago

I am trying to do a media search on a #hashtag but it throws 404 exception.

$medias = Instagram::getMediasByTag('#hashtag', 10);

Is this a bug or is there a different way to do this?

Many thanks.

rommkaa commented 7 years ago

try this (tag without "#"):

$medias = Instagram::getMediasByTag('hashtag', 10);

raiym commented 6 years ago

See examples: https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getMediasByTag.php