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

OAuth2 not working #4

Open
Gilton89 opened this issue Apr 26, 2023 · 1 comment
Open

OAuth2 not working #4

Gilton89 opened this issue Apr 26, 2023 · 1 comment

Comments

@Gilton89
Copy link

My application was approved, I received client/secret id.

User makes the "Authorization Code Grant" connection normally, response comes as expected in API.

I get channel_id "Authorization: OAuth ", it also works as expected.

The problem is when I try to access "(POST)/tips/{channel}" endpoint I always get a 401 Unauthorized error.

I tried all scopes and nothing.

@c4ldas
Copy link
Contributor

c4ldas commented Jun 6, 2024

Not sure if you were able to solve it, but just to keep the issue answered, you will get that response in case you didn't request the scope tips:write during the authorization process with the user.

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

2 participants