Hello i have problems to get information if user is subcriber or not.
Why is this so hard and not just like the function to get status of follower?
With follower easy you just visit the URL:
https://api.twitch.tv/kraken/users/user/follows/channels/channel
then you get information if following or not, but to do this with subsciber you have to do very lot stuff and at end not realy works.
Example: https://api.twitch.tv/kraken/users/user/subscriptions/channel?oauth_token=xxxxxxxxxxxxxxxxxxxxx
What oauth code??? I made OAuth by Twitchapps website and not works, or other oauth??
Also nothing i response by website to get variables, so how to use this stuff, why changed and not works?
Please explain how this works, what we, need, or only works for the partner logged in to see the subs??
Normally this have works:https://github.com/justintv/Twitch-API/blob/master/v3_resources/subscriptions.md#get-channelschannelsubscriptionsuser
But only 411 error and other errors.
Please help.