You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the package - works fine for me but I found a problem in Instagram.php at line 633. This causes a failure but if I change 'X-Ratelimit-Remaining' to lower case it works.
Thanks for the package - works fine for me but I found a problem in Instagram.php at line 633. This causes a failure but if I change 'X-Ratelimit-Remaining' to lower case it works.
to:
$this->_xRateLimitRemaining = $headers['x-ratelimit-remaining'];
The text was updated successfully, but these errors were encountered: