-
Hello - this method is now returning 405 errors with the example provied.
Any idea?
Thanks!
-
Running the scraper in localhost get this error
Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Account with this username does not exist in src/InstagramScraper/Instagram.php:59…
-
... anscheinend hat Instagram den Abruf der Bilder über die "alternative API" gesperrt: Access Denied. Gibt es schon einen Workaround? Die offizielle API kann ich leider nicht verwenden, weil das da m…
-
I am new to php. Can anyone tell me how to run the files and get the extracted output?
-
I got this error in getCurrentTopMediasByTagName
Notice: Undefined index: tag in C:\xampp\htdocs\instagram-php-scraper\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php on line 69…
-
На нескольких аккаунтах такая ошибка, в кеше текст, похоже на исходник страницы. Очистка кеша не помогает.
Как вариант, может быть будет лучше при неверном ответе сервера не обновлять кеш, а ло…
-
Instagram sometimes responds with a 429 error (different behaviour from different IP's). We just getting likes and comments from **getMediaLikes()** and **getCommentsByMediaCode()**, respectively.
…
-
Привет! Сегодня утром появилась ошибка виджета:
> ERROR #500: Invalid ACCESS TOKEN. Server answer: {"meta": {"code": 400, "error_type": "APINotAllowedError", "error_message": "This endpoint has bee…
vosur updated
6 years ago
-
i can get followers by
$instagram->getFollowers($account->getId(), 1000, 100, true);
but following accounts how to get it ?
-
Getting fatal errors after the update to 6.0 (was on 3.2 before, which stopped working for other reasons):
PHP Fatal error: Using $this when not in object context in .../httpdocs/vendor/raiym/inst…