Originally Posted By: blessing
https://api.twitch.tv/kraken/users/[FOLLOW]/follows/channels/[USERNAME]


To test the response, I tried to plug that information into a browser using: https://api.twitch.tv/kraken/users/radmux/follows/channels/fresherdata

And came up with this:
Code:
{"created_at":"2014-02-21T19:34:46Z","_links":{"self":"https://api.twitch.tv/kraken/users/radmux/follows/channels/fresherdata"},"channel":{"mature":true,"abuse_reported":null,"status":"DayZ SA Experimental Adventures in the wild","display_name":"fresherdata","game":"DayZ","delay":0,"_id":28363157,"name":"fresherdata","created_at":"2012-02-19T21:04:31Z","updated_at":"2014-06-03T06:01:54Z","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/fresherdata-profile_image-c467c541d1d7103d-300x300.jpeg","banner":"http://static-cdn.jtvnw.net/jtv_user_pictures/fresherdata-channel_header_image-a2f576bce4791618-640x125.png","video_banner":"http://static-cdn.jtvnw.net/jtv_user_pictures/fresherdata-channel_offline_image-2de465272540a574-640x360.png","background":null,"profile_banner":null,"profile_banner_background_color":"null","url":"http://www.twitch.tv/fresherdata","views":124907,"followers":6233,"_links":{"self":"https://api.twitch.tv/kraken/channels/fresherdata","follows":"https://api.twitch.tv/kraken/channels/fresherdata/follows","commercial":"https://api.twitch.tv/kraken/channels/fresherdata/commercial","stream_key":"https://api.twitch.tv/kraken/channels/fresherdata/stream_key","chat":"https://api.twitch.tv/kraken/chat/fresherdata","features":"https://api.twitch.tv/kraken/channels/fresherdata/features","subscriptions":"https://api.twitch.tv/kraken/channels/fresherdata/subscriptions","editors":"https://api.twitch.tv/kraken/channels/fresherdata/editors","teams":"https://api.twitch.tv/kraken/channels/fresherdata/teams","videos":"https://api.twitch.tv/kraken/channels/fresherdata/videos"}}}


From what I've read, this guy's link generates a "true" or "false" response when using his link: https://albinstuff.net/twitch2.php?id=[USERNAME]&follows=[FOLLOWS]

So I tested it with this: https://albinstuff.net/twitch2.php?id=radmux&follows=fresherdata

And came up with:
Code:
true


It would be nice if I could use the Twitch API directly, but I have no idea what I'm doing. For convenience, it might be nice to use the true/false data to somehow simply check if the user is a follower or not and then go from there...

Last edited by radmux; 04/06/14 01:49 AM.