-
Hello!
Your getUserMedia() method is currently doing wrong. It should provide an access_token for the request.
public function getUserMedia($id = 'self', $limit = 0) {
return $this->_makeCall('u…
-
the getTagMedia function has a hardcoded limit of 0 by default. This causes an error when the function is called. Suggestion is to change the argument passed to the function to a value such as $mediaL…
-
Based on the breaking changes of the Instagram API on June 29, 2020:
> The remaining Instagram Legacy API permission ("Basic Permission") was disabled on June 29, 2020. As of June 29, third-party a…
-
**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 …
-
### Describe the Bug
We're having an issue where some subscription orders are coming in, but the target customer ID isn't being assigned to the user. As an example, 2 orders came in today - one use…
-
Dear newrooky
Thanks for sharing with us your code of instaprint..
I'm trying to get it works but its seems like the instgram photos not fetched as expected and the folder of original images does no…
-
Facebook changed the status of my apps to inactive, because there was no activity the last 90 days. But there were new posts on Instagram, which are shown on the website feed. I had to reactivate all …
-
I have been trying to get the salesforce connector working with myddleware version 3.3.0b. I have set it up but I get this error :
Connection failed : Authentication failure /public_html/myddlewa…
-
Hi,
I'm trying to use your example code to login, but it doesn't work. The first echo says "Login success", the second "Login False". Obviously username and password are correct.
Can there be some…
-
Hello
I have problem with login.
when I try to login
```
$ig = new \InstInstagramAPI\Instagramagram($debug, $truncatedDebug);
try {
$ig->login($username, $password);
…