-
Non successful requests Please also describe the possible responses given when a request is not successful
1 vote -
how can I add twitch with my website Hi
I hope you are all doing good
I need some help. I am looking for a developer who can easily integrate twitch with my website https://cloptoncapital.com/. I tried a lot by myself but nothing happened. So if you have any information about it then please do let me know. Thank You2 votes -
Twitch is not working on my site Hello Everyone!
I integrate the twitch with my website(https://www.ideasanimation.net/). After integration, it did not work on my website. It shows some error's. I figure out the problem but issue not remove. Let me know, what can I do?
Thanks!
1 vote -
Why Twitch are not integrate with my site? Hi, I am new here. Before a week, I integrate the twitch with my website(https://6clicks.com/). But, It occurs some problem. The message shown that there is an critical error occurred. Let me know, if anyone knows this problem.
Thanks!
1 vote -
Add Hosts to EventSub Currently EventSub allows subscriptions for Subscriptions, Gifted Subscriptions, Raids, Follows, and Cheers - All things that streamers like getting alerts for and calling out. However, it appears to be missing the ability to subscribe to being Hosted, another even that streamers thank their viewers for.
I know that in theory, Hosts are handled by Notice messages, but as they are only sent to the broadcaster, chat bots are unable to act on the alerts. Obviously the data is available somewhere, since all the major bot services can trigger alerts, but for those of us that are trying to make our…
2 votes -
Add an endpoint to provide a user's chat rate limits Currently, the only way for a bot to know its chat limits is by hard-coding them. Even using the (undocumented?) user chat info endpoint isn't sufficient to determine what hard-coded limits to apply today, since whisper limits depend on when an account was verified.
It would be much better for a bot to query a (documented) endpoint and retrieve its rate limits in that way.
2 votes -
Please make the suspicious users feature available to mods The new suspicious users feature should be available to third-party moderation tools.
A lot of moderators use third-party tools and it would be quite important to at least be able to see the messages/warnings. It would be even better if changing the restricted/monitoring state of a user would be possible as well.
This would be akin to the great AutoMod API, which provides mods with a PubSub topic for detailed real-time information and Helix endpoints for handling messages.
118 votes -
How can I integrate twitch with my website Hi
I want to ask that can I integrate twitch with my website https://fastlabourhire.com.au/labour-hire-brisbane/? If yes, Then please do let me know about the procedure? Should I need to hire a developer or I can do it by myself?1 vote -
Add Native OAUTH RFC Implementation Add support for RFC8252 (https://datatracker.ietf.org/doc/html/rfc8252#section-7.1) which allows for users to specify custom scheme URI's for OAUTH callback urls. This would allow native application developers to not have to piggyback through a server and instead they can configure their applications to handle these schemes for confirming the oauth callback, for example
my-app-name:/authorization?code=XXXXX
2 votes -
Revise the `channel.subscription` topics Request
Organize
channel.subscription
topics to allow for alert like notifications to properly be provided. What displays in chat should be able to be mimicked via EventSub topics without having active tracking or additional api calls; Provide missing data where needed; Create new topics to fill in the gaps.
Current Scenarios
Brand New Subscriber: If a user subscribes for the first time in the channel, we get an alert as soon as they sub. This is incidental that it works properly for stream based alerts, as we are actually receiving the payment transaction rather than the in chat event.
Prime Gaming…
58 votes -
Fix misleading example using CLI to test EventSub handler The example for using the CLI to test your handler shows a secret that looks like a 32-byte hexadecimal string. Actually the CLI interprets it as an ASCII string, so the example is actually passing a 64-byte string for the secret. I found this very misleading and it took me a bit of time to figure out why my code was not computing the correct HMAC until I realized that the format the CLI expects is ASCII string not hexadecimal string.
4 votes -
ui UI follower grouping
basically, make a folder with the name and drop streamers based on desired grouping option1 vote -
twitch api is not working Hi
Hope you are doing good.
Recently, I just attached the API of twitch with my website https://buyweedpacks.com/. Today, I noticed that the API is not working and page is blank. API is attached in the backend of website. Please do let me know that how can I sort out this issue?1 vote -
Documents client flow OAuth client credentials flow
refreshtoken is not returned for clientflow as documented.1 vote -
Can we intergrate twitch with our website Hi
I just want to ask that can I integrate twitch with my website https://mandslawyers.com.au/? As we all know that twitch is going to be very famous in coming days so that's why I want to integrate it.1 vote -
1 vote
-
Classificação para rerun Classificação mais clara de quando uma transmissão é Rerun, podendo ser um icone ou uma luz azul ao lado do nome do canal (onde atualmente aparece vermelha como a transmissão ao vivo). Como usuário percebo o crescimento contínuo de transmissões rerun que são úteis por um lado, mas pelo outro poluem o feed de quem assiste, sendo que muitos criadores burlan ou dissimulam a regra de colocar no título que é rerun. Muitas vezes só é possível descobrir após perguntar no chat. Essa situação é frustrante, pois interfere na experiência de interação, principal característica da plataforma e desfavorece quem está…
1 vote -
Sub Gift milestone emote Like the bits Milestone emotes for 1k 5k and 10k, It would be great to have the same for sub gifts. :D
1 vote -
Option to remove prime button, or turn of flag notifications. It stays persistently flagged, I can activate it and within ten minutes a new red flag has appeared and wants more attention. Give users a way to stop the nagging notifications for prime deals. Everyday all day it lights back-up everytime you click it. It is a nuisance.
1 vote -
Extend Send Extension Chat message to support languages Extension Developers can provide their extension in whatever langauge they want.
But Send Extension chat doesn't support translations.
Please extend https://dev.twitch.tv/docs/api/reference#send-extension-chat-message to support translations
So instead of
{ "text": "Hello", "extension_id": "uo6dggojyb8d6soh92zknwmi5ej1q2", "extension_version": "0.0.9" }
as the payload
support
{ "texts": { "en": "words and stuff", "de": "the german transation", "fr": "the french translation" }, "extension_id": "uo6dggojyb8d6soh92zknwmi5ej1q2", "extension_version": "0.0.9" }
And then the Twitch frontend will select whatever language the user is using and default to broadcaster language if a matching language not found.
or support a "default"
…{ "texts": { "default": "words and stuff", "en": "words and stuff", "de":
2 votes
- Don't see your idea?