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
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
The text was updated successfully, but these errors were encountered:
Maybe it is because your app hasn't been reviewed yet? And only the demo users can use it?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: