We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instagram.set('client_id', 'some'); Instagram.set('client_secret', 'foo'); Instagram.tags.info({ name: 'blue', complete: function(data){ console.log(data); } });
show
OAuthAccessTokenException occurred: The access_token provided is invalid. in _request
The text was updated successfully, but these errors were encountered:
Set up your access-token before the query: Instagram.set("access_token", YOUR-TOKEN);
Instagram.set("access_token", YOUR-TOKEN);
The Instagram API had been changed, and the module is a bit out outdated.
Sorry, something went wrong.
@BrunoQuaresma did you figure it out?
This require a lot of manual setup, including defining scope which isn't part of the official documentation
where do I find access token?
No branches or pull requests
show
OAuthAccessTokenException occurred: The access_token provided is invalid. in _request
The text was updated successfully, but these errors were encountered: