Hello,
in my Wamp environment, when I try to make a query of type 'getPaginateMediasByTag' , I get the following error:
"Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'User credentials are wrong.' in C:\Users\paolo\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php on line 1061".
I checked and my credentials are ok. In version 0.6.1 all was ok, I didn't get this error.
Note that I have to add the code:
"Unirest\Request::verifyPeer(false);"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, in my Wamp environment, when I try to make a query of type 'getPaginateMediasByTag' , I get the following error: "Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'User credentials are wrong.' in C:\Users\paolo\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php on line 1061".
I checked and my credentials are ok. In version 0.6.1 all was ok, I didn't get this error.
Note that I have to add the code: "Unirest\Request::verifyPeer(false);"
What do you suggest me?
Thanks in advance! Paolo ;)