express-4.x-passport-snapchat-example icon indicating copy to clipboard operation
express-4.x-passport-snapchat-example copied to clipboard

Fetch user info API throwing 401 insufficient scope for valid access token

Open ankit-learns opened this issue 6 years ago • 1 comments

I'm working on integrating snapchat sign-in with my web app. I happen to be able to fetch the access_token and refresh_token based on documentation (https://docs.snapchat.com/docs/login-kit#web). But to get the user info from users api (https://developers.snapchat.com/api/docs/#user), it throws 401 unauthorised insufficient scope. Is there a way to fetch the user info? There is already an open issue on SO : https://stackoverflow.com/questions/53825846/snapchat-user-api-returns-401-unauthorised-with-the-error-message-insufficient

ankit-learns avatar Jul 03 '19 06:07 ankit-learns

Maybe it is because your app hasn't been reviewed yet? And only the demo users can use it?

Blake134 avatar Oct 10 '20 03:10 Blake134