OK – I admit I am new to this API – but – I am doing various API calls and they are all working EXCEPT when I call
<channels/:channel/subscriptions/:userId>
This is with V5 … using OAuth … and I’ve tripled checked the passed in userId is the same as the authenticated one … but I am still getting the error:
{“error”:“Forbidden”,“status”:403,“message”:“Cannot view channel subscription of another user.”}
I have scopes of:
scope: [channel_check_subscription, user_read, user_follows_edit]
Any ideas!? This is sort of frustrating …