Open stone50 opened 1 month 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.
The full error response is: {"error":"Unauthorized","status":401,"message":"Missing scope: user:read:subscriptions or user_subscriptions"}
{"error":"Unauthorized","status":401,"message":"Missing scope: user:read:subscriptions or user_subscriptions"}
Currently, when getting a viewer's subscription status, a 401 error is returned, saying that the access token does not have the correct scope.