Hey,
just found this post.
To add on that, even though I was not able to make it working with:
‘kraken/channels/:channel/subscriptions/:user’ (the scope seems to have changed again…)
For me it only returns valid responses at the moment, when my request has the following (incorrect!) format:
/kraken/channels/:user_id/subscriptions/:channel_id
When I interchange :user_id and :channel_id (and therefore follow the CORRECT(!) format: https://dev.twitch.tv/docs/v5/reference/channels/#check-channel-subscription-by-user ) I receive:
{
[“error”]=>
string(9) “Forbidden”
[“status”]=>
int(403)
[“message”]=>
string(49) “Cannot view channel subscription of another user.”
}
In addition, when I try to access sub information of a person, who CLEARLY is a sub (with access_token etc.) I get the response that he is NOT a sub.
The only thing where this is currently working correctly is:
a) Either a person is not a sub anyways
b) on my own account (logging in with my id etc.).
So, who is fiddling around there?! 