-
Examples without depending on unofficial libraries/websites You should describe how to work with chat without using an unofficial library that is not owned by Twitch.
At the same time you should explain how to get the Oauth Token not using a website that is also not owned by Twitch but uses "Twitch" in it's name, going against the TOS.1 vote -
Disambiguate the "Legacy" API in documentation This page should mention that "v5" and the "kraken" api refer to the same thing. Me and my friends always used "Kraken" to refer to this api, it's in the endpoint its self.
I'm sure we are not alone in this, please mention that v5 IS the Kraken endpoint, you should even rename the side-section to say "Legacy Twitch API v5 (Kraken)"
1 vote -
Wrong selection in "HTTPS on localhost: the easy way" part, there is too much of the selection in "We recommend using Google Chrome. In the browser, enable the flag allow insecure localhost. To enable this flag, navigate to: chrome://flags/#allow-insecure-localhost and restarting your browser." sencetnce, for me, "allow insecure localhost. T" is secelted, but i think it should be "allow insecure localhost" only
1 voteAdded to this week's updates. Thanks!
-
Twitch is best platform As we all know that twitch is one of the best platforms for gamers. I want to embed it with my website https://routerinsider.com/best-router-under-150/ so that every person can get benefit from it. How can I embed it?
1 vote -
Add the Twitch CDN to the new default CSP for Extensions A Twitch Extension may choose to show profile images user or emotes of a channel.
At any given moment Twitch could change the CDN for those images from "static-cdn.jtvnw.net" to something else.
Under the new CSP policy, Extension developers need to define those URL's
But the current CSP doesn't include the Twitch CDN for image content in the default CSP.So a developer adds
static-cdn.jtvnw.net
to their supported content domains.
If Twitch changes this, then the extension developer has to deploy an update including the new URL/domain in their CSP listThe default CSP should include Twitch CDN's by default…
9 votesLast week the domain was added to the img-src directive so developers do not have to specify this in their own allowlists.
-
Please revert the EventSub documentation format changes You changed the EventSub documentation between last night (Nov 16, 2021) and today (Nov 17, 2021). The new documentation is very confusing. Specifically speaking:
- The Subscription Types documentation links on the left side are out of order and like-kind events are not next to each other. For example, "Redemption Status Update" should be next to "Channel Points redeem reward".
- The Subscription Types are poor named, and it's a little difficult to figure out which Subscription Type goes to which event.
- The URL to go straight to the section in the Subscription Types is different from the type supplied in an…
1 vote -
Fixing an error There's an error in Section "Using cURL to get the information".
curl command needs param -X if you want to specify the method, for example GET in this case:
curl -X GET "<url>"...1 vote -
1 vote
-
dimensionn There's a typo under mobile guidelines:
"dimensionn"1 vote -
Expose VOD seek events I'd like to be able to know when a user seeks in a VOD that is embedded on my site. Ideally the event would contain the before/after timestamps so I can know the delta. Thanks!
1 vote -
broken example example doesn't work "error":"Unauthorized","status":401,"message":"OAuth token is missing"}curl: (3) URL using bad/illegal format or missing URL
2 votes -
broken link the register your app link is broken
it's https://dev.twitch.tv/dashboard/apps/create
but should be
https://dev.twitch.tv/console/apps/create1 vote -
1 vote
-
Allow access to the "Get Channel Chat Badges" endpoint using an App Access Token All of the new emote and badge endpoints can be accessed using an App Access Token except for /chat/badges which needs a User OAuth Token.
I don't see why this endpoint needs a user token since the badges can be viewed publicly on the subs page and It doesn't reveal any private info about a user.3 votesThank you for reporting this issue. This endpoint now supports access with an App Access Token.
-
missing scopes Scope list says it's comprehensive, but it does not include user:read:email which is listed in some other docs.
1 vote -
Typo in extension.bits_transaction.create text The section title under the payload section of the
extension.bits_transaction.create
event is "Channel Hype Train End Notification Example" when it should read "Extension Bits Transaction Notification Example"1 vote -
1 vote
-
Seguir canal Hola equipo de Twitch Api, me preguntaba si hay una forma de SEGUIR a un canal en especifico usando la API?, después de terminar el flujo de OAuth y obtener el token de acceso.
2 votes -
Link Scope API with capabilities Hello Twitch !
Can you please add links to api capabilities on each scope ? It would be very useful :-)Best regards
LMD1 vote -
Endpoints to approve/deny messages held for review by AutoMod Messages held by AutoMod for review can be received through the documented
chat_moderator_actions
PubSub topic, however the New Twitch API does not appear to offer a way for moderators to approve/deny these messages, which would be useful for bots or moderators that use third-party tools to further customize their moderation experience.5 votesWe added the Manage Held AutoMod Messages endpoint in May.
- Don't see your idea?