Closed SiR-DanieL closed 7 years ago
Are you using V5 of the API? They are defaulting to V3 until Feb 14. You need to use the application/vnd.twitchtv.v5+json
header on your requests for now and should in the future.
See: https://dev.twitch.tv/docs/v5/guides/using-the-twitch-api
OK, makes sense! Thanks!
FYI, I was working on a Follow button with the API, and if I use the endpoint as explained in the documentation, using the user and channel ID, it does not work.
It keeps saying that the user
1234567
and channel987654
do not exist. Replacing them with the username and the channel name works perfectly.Update your doc please.