-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuthAccessTokenException: The access_token provided is invalid #99
Comments
see : #98 You must revalidate your users tokens |
So, the way we've been using this, we don't have users at all, and we've just been aggregating public instagrams. Is this no longer a thing? |
sorry, i answered you too quickly. Ithink the API now require user authentication for every endpoints. You can not use it without an user account anymore. From the API documentation :
|
Has this issue been resolved? |
This worked for me, just add the token, or override the req with your own, instead of calling instagram.user(), make your own call. Thats I did till this gets fixed. call('GET', '/users/' + id, {access_token:'Token'}, function(err, result, remaining, limit) { |
We're seeing this in our logs all of a sudden:
Here's how we're using this module:
To be honest, we've been using this a while now, and I just learned that the IG API has undergone some auth changes. What are we missing here?
Thanks in advance.
The text was updated successfully, but these errors were encountered: