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
The "limit" variable you are passing to callbacks is not the "x-ratelimit-limit" header, but the "x-ratelimit-remaining". It would be helpful to have both values passed instead of just the one.
The "limit" variable you are passing to callbacks is not the "x-ratelimit-limit" header, but the "x-ratelimit-remaining". It would be helpful to have both values passed instead of just the one.
https://github.com/teleportd/instagram-node/blob/master/lib/instagram.js#L163
I guess the simplest solution would be parse out that other header and pass it along as another argument to callbacks.
EDIT: Link to file added
The text was updated successfully, but these errors were encountered: