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

query_id is hard-coded #127

Closed technuma closed 7 years ago

technuma commented 7 years ago

According to the code below, query_id is hard-coded. Is there not a problem?

https://github.com/postaddictme/instagram-php-scraper/blob/dc03fd63256d0b4f6c909526aed7f6827da4d145/src/InstagramScraper/InstagramQueryId.php#L11

elliott-beach commented 7 years ago

No, the query_id specifies the type of the request, not the user for the request.