-
$instagram = \InstagramScraper\Instagram::withCredentials('username', 'pssword', new Psr16Adapter('Files'));
$instagram->login(true);
$account = $instagram->getAccountById(3);
( ! ) Fatal error:…
-
Can i watch stories with that API. I can get some information about it. But after getting information view is not counted.
-
https://github.com/postaddictme/instagram-php-scraper/blob/master/src/InstagramScraper/Instagram.php#L31
Maximum likes - 50
Query: https://www.instagram.com/graphql/query/?query_id=178644507161830…
-
Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'Something went wrong. Please report issue.' in /home/n/dir/dir/public_html/vendor/raiym/instagram-php-…
-
Hi, Im getting this error: Too few arguments to function InstagramScraper\Instagram::withCredentials(), 2 passed in laravel, hope you can help me, I don't want to use a cache, thanks for your work on …
-
I don't understand one thing... the new Instagram requires an App, then get an access token, then user id to be able to connect to the api.. I am totally wrong? how did you make this? The documentatio…
-
Seit 24.5 (letzter importierter post) kann ich keinen neuen posts mehr importieren, keine neuen Posts in der Nachrichtenliste .
eingestellt ist stündlich und der Import wird auch ausgeführt un…
-
Hi! Thanks to all, who support this project. I found strange issue, when I try to get followers of public account. I successfully logged by fake instagram account I made for my script. Then i get foll…
-
src/InstagramScraper/Model/Media.php line 575
Since location can be NULL, we get errors for accounts where it's null.
Solution:
```
case 'location':
$this->locationId = $ar…
-
When running in PHP 7.4, it will throw a notice level error, in file `raiym/instagram-php-scraper/src/InstagramScraper/Model/Media.php` line 542:
```
Trying to access array offset on value of type…