Hello, this may be answered somewhere else but I can’t seem to find it.
I am trying to make a java program to find live channels in a persons followed list but am having trouble on finding out how to use things like this in java.
curl -H 'Accept: application/vnd.twitchtv.v5+json' \
-H 'Client-ID: uo6dggojyb8d6soh92zknwmi5ej1q2' \
-H 'Authorization: OAuth cfabdegwdoklmawdzdo98xt2fo512y' \
-X GET 'https://api.twitch.tv/kraken/streams/followed'
I have been programming in java for a few years, but have not really explored out side of it. Would this be a good time to just learn a new language? and if so, what language would be best for making a desktop program that can do this?
Sorry if that has been answered else where, just have got frustrated with the implementations I have found so far.