StreamElements / api-docs

7 stars 3 forks source link

OAuth2 not working #4

Open Gilton89 opened 1 year ago

Gilton89 commented 1 year ago

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 commented 4 months ago

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.