Closed alejoxps closed 7 years ago
Hi, I am seeing the same problem. getMediaCommentsByCode returns 405 error is on src/InstagramScraper/Instagram.php on line 347
Any idea how to solve it? Thanks!
405 means method not allowed(GET) Use POST
Thanks, but isn't that something that should be changed in the API itself?
I did try to change request method to post on Instagram.php:339 but now I am getting a 403. Was someone able to get around this issue? Maybe we need a new endpoint to get comments?
Thanks!
@joseflorido I will release fix soon
I have released fix for this issue
Thanks @raiym, @Bolandish!
It's working again.
Thanks everyone!
I'm having the following error
InstagramScraper\Exception\InstagramException thrown with message "Response code is 403. Body: Something went wrong. Please report issue."
C:\xampp\htdocs\instagram_api\instagram\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php Line 603
Hello - this method is now returning 405 errors with the example provied. Any idea? Thanks!