Previously my bot was just using user_read. I have changed my call to twitch.tv to include channel_check_subscriptions, and channel_editor. When my users try to log in they are seeing the new permissions, but according to https://api.twitch.tv/kraken my only scope is user_read. I also can’t pull back the subscriber list (err 401).
What am I missing? I deleted all my previous twitch cookies and tried, and still don’t have the new scope.
That is a good question I am probably using the old one I had captured. Do I need to generate a new one, or can I just capture the one in the call back?
Yeah I went back and looked, the access token. I had one of my users who has a sub button reauth and get me the token. I placed it in my header (with the client ID and accept) and went to https://api.twitch.tv/kraken/channels/60910469/subscriptions
now I am getting 404 channel does not exist.
If I use their name instead of their ID I get
403 “The current authorization is not valid for this context”