Questions tagged [twitch-api]

Twitch is a live streaming service and global community for content spanning gaming, entertainment, music, sports, and more. Use this tag for questions related to the Twitch API, Extensions, Drops, or EventSub.

Official Twitch Links

Twitch API on GitHub

181 questions
0
votes
2 answers

Problem with API of Twitch with Axios GET POST

i got problem with codes. axios({ method: 'post', url: 'https://id.twitch.tv/oauth2/token', body: { client_id: 'a', client_secret: 'Bearer b', grant_type: 'client_credentials',} …
Arsiki
  • 348
  • 2
  • 12
0
votes
1 answer

How to change Twitch stream title via node.js?

I'm attempting to change the stream title using the Twitch API and I'm getting a 404 error. I referred to the docs here and followed its example but no luck. var axios = require('axios'); headers = { 'Authorization':'Bearer [token]', …
RyanPython
  • 412
  • 1
  • 5
  • 14
0
votes
1 answer

Twitch Embedded Player on Ionic iOS not working

I create a App with Ionic which embed the twitch player for streams and clips. var url = https://player.twitch.tv/?video=v${videoId}&time=${time}&parent=localhost