Twitch Follow Button

I want to follow specific channels without logging in,pressing the follow button and then logging out. I want to do it, if possible by clicking a link/anything which uses my username,password or oauth password and the target channel…i found this:

curl -H ‘Accept: application/vnd.twitchtv.v3+json’ -H ‘Authorization: OAuth <access_token>’
-X PUT https://api.twitch.tv/kraken/users/test_user1/follows/channels/test_channel

but no guide to explain there it goes, how i authentificate, nothing, i know nothing, i just want the url/script/program that does this simple thing and i cant find anything related to this. Thank you for the help.

You can find detailed instructions for the authentication process at: https://github.com/justintv/Twitch-API/blob/master/authentication.md

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.