pixeltailgames / cinema

:movie_camera: Gamemode for Garry's Mod featuring multiplayer video streaming
http://www.pixeltailgames.com/cinema/
87 stars 63 forks source link

Twitch dosent work #162

Open Coco-nee-san opened 4 years ago

Coco-nee-san commented 4 years ago

I even tried to update the api in the service file, i get a 403 error wich is authetication error. any ideas, i been days hitting my head on this and cant seem to figure it out. Help would be rly appreciated.

WinterPhoenix commented 4 years ago

You need to modify the service to follow the new OAuth requirement: https://discuss.dev.twitch.tv/t/requiring-oauth-for-helix-twitch-api-endpoints/23916

Coco-nee-san commented 4 years ago

I have the client id and the oauth token, where can i set them in the service file? like i understand a bit of lua, but i rly dont know where to put it

Coco-nee-san commented 4 years ago

oh right the http.fetch has the headers section, cant belive i was so dumb for so long