Skip to content
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 #41

Open
BrunoQuaresma opened this issue Apr 9, 2016 · 4 comments
Open

OAuthAccessTokenException #41

BrunoQuaresma opened this issue Apr 9, 2016 · 4 comments

Comments

@BrunoQuaresma
Copy link

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

@gitMisi
Copy link

gitMisi commented Apr 17, 2016

Set up your access-token before the query:
Instagram.set("access_token", YOUR-TOKEN);

The Instagram API had been changed, and the module is a bit out outdated.

@iamskok
Copy link

iamskok commented Apr 27, 2016

@BrunoQuaresma did you figure it out?

@mrkrumhausen
Copy link

This require a lot of manual setup, including defining scope which isn't part of the official documentation

@eldyvoon
Copy link

where do I find access token?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants