-
Hi, i'm using PHP 8.1 and i tried this example -> https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getPaginateMediasByTag.php
But there's no Set-Cookie headers on line 51…
bellu updated
3 months ago
-
Laravel 9 issue.. installing together doesnt allow me. Always returns error. Installing rayim/instagram-php-scraper alone works fine. But then cannot install phpfastcache/phpfastcache. Can install fir…
-
hi, i trying to install instagram-php-scraper with composer but when run this command:
`composer require raiym/instagram-php-scraper phpfastcache/phpfastcache
`
throw bellow error:
>
Info f…
-
`composer require raiym/instagram-php-scraper phpfastcache/phpfastcache
Using version ^0.12.0 for raiym/instagram-php-scraper
Using version ^9.0 for phpfastcache/phpfastcache
./composer.json has be…
-
Hi there! It looks like that ACCOUNT_JSON_INFO = 'https://www.instagram.com/{username}/?__a=1&__d=dis' is not working anymore.
Response is: Sorry, this page isn't available.
The link you followed…
-
If I try do read a single account I get:
InstagramScraper\Exception\InstagramException: Response code is 200: OK.Something went wrong.
Please report issue. in instagram-php-scraper/src/InstagramS…
-
`Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 200. Body: data => {"shortcode_media":null}; status => ok; Something went wrong. Please report …
-
**methode used:**
`$instagram->getAccountInfo($user);`
**Exception Caught:**
`PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 302. Body: Something went w…
-
As I seen in another packages like "postaddictme/instagram-php-scraper" some methods doesn't require login to Instagram.
Any way to achieve this with (getProfile) and other methods ?
And thanks for …
-
Bonjour
J'essaie d'activer Spipagram dans SPIP 3.2 ; j'ai installé cette version de SPIP dans ce but parce que j'ai noté que le plugin ne fonctionnait pas sur SPIP 4.
Je suis en train de donner …