752 results found
-
Categorize API version Search on Forums With the Legacy Twitch API v5 (i.e. kraken) finally coming to a close, it would be nice to be able to search the dev forums for info related specifically to helix, as many answers that deal with kraken will be totally irrelevant and outdated now. Could be as simple as adding "API + helix" category to the advanced search options (similar to the current "API + Migration" category). I feel it would especially help newer developers on the platform to not go down rabbit holes of (now) unusable information and answers. Thank you very much!
1 vote -
Follow relationships between broadcaster and a list of users At the moment we can either page through all followers of a specified user or check the follow relationship between two specified users. What we can't do is to provide a broadcaster and a list of users to get the follow relationships between the given broadcaster and the specified list of users. There is an endpoint for broadcaster subscriptions (Get Broadcaster Subscriptions). It takes a broadcaster id and a list of user ids. Please provide a similar endpoint for broadcaster follows (Get Broadcaster Follows). It would be very helpful and could reduce the amount of requests against the Get Users…
1 vote -
Improve embed for mobile devices Live embed are really not optimized for mobile devices
1 vote -
Add Category and Game(s) to Get (Released) Extensions The API response for
https://dev.twitch.tv/docs/api/reference#get-extensions
https://dev.twitch.tv/docs/api/reference#get-released-extensionsOmits Category and Games entries
Please add this information.
Part of my operational work flow will involve asking the API for the dev console held settings and checking that the dev console matches what I think it should be
1 vote -
Confused Too complicated
1 vote -
Update documentation on including email in userinfo endpoint claims={"idtoken":{"email":null,"emailverified":null},"userinfo":{"picture":null}}
is wrong, the email is included when including it in the "userinfo" part.
1 vote -
Missing details for using the recommended approach In the 'next steps' sections it mentions:
To authenticate your chatbot in a production setting, we recommend you register your app (chatbot) and use the OAuth Authorization code flow. This enables you to authenticate programmatically. To learn more, see the Apps & Authentication Guide.
I have created the app and can get the token, but have no idea what to use for the nick / pw. Since this is the recommended way, would much prefer an example or details on this rather than the login-as-user given currently.
1 vote -
search archived videos by stream id The get-videos API (https://dev.twitch.tv/docs/api/reference#get-videos) takes either a video id, user_id, or game_id, but does not take a stream_id, so if you want to find the VOD from a stream ID you captured while the stream was live, you have to search back through a user's videos and match them up, which is not super efficient, especially if the stream is old. Could you add stream_id as a possible query parameter please?
Thanks,
Chris1 vote -
Soundtrack: recently played Please provide an API to obtain the recently played songs on a channel (including the timestamp when played)
This will allow bots to catch up if they restart and/or provide a recently played function without having to store that internally.
1 vote -
Extend Soundtrack Current Track to include when the song started playing on the channel An extension/follow up to https://twitch.uservoice.com/forums/310213-developers/suggestions/41519041-provide-soundtrack-now-playing-information-for-a-s
Please extend the response to include when the song started playing on the channel.
This will allow developers to reduce spamming the endpoint by only loading/requesting when the song is predicted to end. (Start time + duration)
This could also be solved with EventSub (https://twitch.uservoice.com/forums/310213-developers/suggestions/44672968-add-a-soundtrack-topic-to-eventsub)
1 vote -
CSP Fields Confusing I feel the new CSP fields in the console can be improved.
Right now it states:
Comma-separated list of base URLs from which your Extension can load images (e.g. <img> HTML elements and favicons). These values will be used by the HTTP Content-Security-Policy (CSP) img-src directive
Comma-separated list of base URLs from which your Extension can load additional media (i.e. <audio>, <video>, and <track> HTML elements). These values will be used by the HTTP Content-Security-Policy (CSP) media-src directive.
Comma-separated list of base URLs from which your Extension can load information via scripting interfaces (e.g. API calls, fetch(), XMLHttpRequest, WebSockets). These…
1 vote -
Add stream IDs to channel.raid event It would be extremely useful to tie a raid back to a stream ID.
The event includes broadcaster IDs and logins, but not which stream is being raided FROM and TO.
1 vote -
PubSub documentation for "low-trust-users" thingies at is missing The documentation for the new user monitoring thingy in PubSub has not been added yet.
https://dev.twitch.tv/docs/pubsub
So that it can be used to detect these messages and do certain events, just like the automod messages when it catches filtered messages.
1 vote -
include all streamers who avidly stream a game to the events such as drops it would be nice to include all streamers who have been using the gametes daily as oppose to those who don't even stream getting chosen to have drops of say like eft
I have someone who is awesome at the game no drops, someone who has played the game 2x or more lower skill level but high viewership with drops seems unequal
1 vote -
Login I have developed a Twitch app and now want to publish it in the Google Play Store.
Google would like to have valid login credentials to check my app that won't expire.
Can you give me a user with a password and token that won't expire?1 vote -
User-type property not described all the message examples include the property "user-type" but there is no format description of that parameter or its values
1 vote -
Add the ability to create special channel points rewards redemptions awards only for subscriber's Add the ability for broadcasters to create special channel points rewards redemptions only for subscriber's
Perhaps also special ones for multi year subs
This will encourage subscribing to unlock this feature
1 vote -
oauth:FINALPASS oauth:FINALPASS
1 vote -
Fix the twitch-cli event verification test I setup everything correctly on my end and tried to test the verification and the twitch-cli respons with this unhelpful error:
✗ Invalid content-type header. Received type
text/plain doesn't work, text/html doesn't work, application/json doesn't work. No Content-Type value I can think of works.
Why is there a restriction on the Content-Type that is kept an absolute mystery?
1 vote -
Add broadcaster_software field to Helix videos API The V5 videos API returns a field called
broadcaster_software
which contains the ID of the software used when broadcasting the video (if known to Twitch). This allows callers to identify if the stream was broadcast on consoles (Playstation or XBox) which is useful to determine the origin of a video.As V5 API is being shut down soon, It would be great if this was formalized in the Helix videos API and documented with known values for the various consoles.
1 vote
- Don't see your idea?