-
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\InstagramAuthExc…
-
After several request (5 request or more) i get this error:
Catchable fatal error: Object of class stdClass could not be converted to string in
C:\xampp\htdocs\instagram\vendor\raiym\instagram-ph…
-
As the title says. Currently it only allows the default while this is an option for the jQuery datepicker.
Related: https://wordpress.org/support/topic/date-picker-years-range/
-
all examples getting error 500 with below log:
[20-Mar-2019 12:19:43] PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramAuthException: User credentials are wrong. in /home/drrma/vendor…
-
when i try to get user story i get Error
```
$instagram = \InstagramScraper\Instagram::withCredentials('XXX', 'XXX');
$instagram->login();
$stories = $instagram->getStories();
dd(…
Mrp12 updated
5 years ago
-
Hi,
Thanks for sharing this project!!
Not an issue, hope it is ok to post it here!
I was wondering if there is a specific reason for not implementing post actions as follow, unfollow, block and…
-
Hello
I have used getMedias in last week and it was working
But now i cannot use it and it get error
ghost updated
5 years ago
-
When I try to get medias using the third parameter I get an error.
This is a real example:
`$instagram = new \InstagramScraper\Instagram();`
`$media_data = $instagram->getMedias('netflixes', 20, …
-
Throwed exception:
`
Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 403. Body: Something went wrong. Please report issue. in /var/www/regalrewards/www/core…
-
I believe Instagram has changed the response JSON?
It looks like this: https://gist.github.com/absfarah/39a15138693a479780f05ec705bf6a2f
So that function and perhaps others won't work.