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

Identity AuthError: You must authenticate to access this resource #55

Closed
codecreate opened this issue May 23, 2019 · 1 comment
Closed

Comments

@codecreate
Copy link

I have an accssData object in the format below with values obtained from all the authentication steps but when used in the identity example I receive the following error:

AuthError: You must authenticate to access this resource

accessData { method: 'oauth',
  level: 0,
  consumerKey: 'xxx',
  consumerSecret: 'xxx',
  token: 'xxx',
  tokenSecret: 'xxx',
  authorizeUrl:
   'https://www.discogs.com/oauth/authorize?oauth_token=xxx' }

It looks as if the requestData and accessData object are the same. Is this the issue? Please assist.

Andy

@codecreate
Copy link
Author

I discovered that there was a failure occuring earlier and the oauth_verifier wasn't being passed into the getAccessToken call. It's resolved now.

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

1 participant