conn.setRequestProperty(“Accept”, “application/vnd.twitchtv.v5+json”);
the v5 header is for v5 kraken, which is loooong gone.
This header is not needed
Theres no Authorization token present in your request
conn.setRequestProperty(“Accept”, “application/vnd.twitchtv.v5+json”);
the v5 header is for v5 kraken, which is loooong gone.
This header is not needed
Theres no Authorization token present in your request