-
No error with login but can't use image.
Here is error when run example.php
```Instagram-Image-Upload-API/example.php(8):
instagram_post->doPostImage('/pics/test.jpg', 'My example imag...')
#1 …
-
**methode used:**
`$instagram->getAccountInfo($user);`
**Exception Caught:**
`PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 302. Body: Something went w…
-
Hi,
Feed is integrated and is also displayed correctly in the backend.
But in the frontend I get the following error:
`
PHP Warning: Attempt to read property "data" on null in /var/www/vhosts/…
-
Have anyone came across this issue before? I'm getting an undefined index notice and the request is not going through.
I saw this post in StackOverflow but I'm not sure how to fix the issue in relati…
ahmad updated
7 years ago
-
-- I've got this error (60) and couldn't find a solution to fix it.
php -f goLive.php
Loading InstagramLive-PHP v0.3...
Logging into Instagram...
Error 1 While Logging in to Instagram: Network: …
-
**Version(s) affected**: 7.0
**Description**
`Instagram\Model\Media::toArray()` specifies wrong property name:
`'shortcode' => $this->shortCode`
This produces an error:
Deprecated fun…
-
`Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 200. Body: data => {"shortcode_media":null}; status => ok; Something went wrong. Please report …
-
**Version(s) affected**: 6.16
**Description**
When I try to login with Instagram::withCredentials() and ->login() method with username and password, I keep getting this error "Unable to extract …
-
**Version(s) affected**:
6.16.4
**Description**
Login error
**How to reproduce**
$client = new Client
([
'proxy' =>
[
…
-
I'm getting an error using OAuth with Instagram. The error occurs here: https://github.com/chrisnharvey/oauth/blob/master/src/OAuth/Provider/Instagram.php#L39-L52
Instagram returns the user info when…