stone50 / Stonebot

A chatbot for Twitch
MIT License
0 stars 0 forks source link

Fix Get Subscriber #25

Open stone50 opened 1 week ago

stone50 commented 1 week ago

Currently, when getting a viewer's subscription status, a 401 error is returned, saying that the access token does not have the correct scope.

stone50 commented 2 days ago

The full error response is: {"error":"Unauthorized","status":401,"message":"Missing scope: user:read:subscriptions or user_subscriptions"}