177 results found
-
Specifying unit of "expires_in" Hello,
I'd like for the page to document that the "expires_in" property the server sends when you get a token back is using "seconds" as a unit.
It is pretty obvious when you consider "14124" would be 14 seconds if it was milliseconds, but it would also be almost 10 days if it was in minutes
2 votes -
Missing `channel:moderate` scope There are missing "channel:moderate" scope required in Channel Ban (channel.ban) and Channel Unban (channel.unban) EventSubs
https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelban
https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelunban
2 votes -
correct Content-Type to Content-Length This page has this line
"Your response must return a 200 status code, the response body must contain the raw challenge value, and you must set the Content-Type response header to the length of the challenge value. If successful, your subscription is enabled."
I have assumed that this is meant to say "Content-Length" rather than "Content-Type", because using the challenge length as a Content-Type is not a valid content type.
3 votes -
local-test only gives test for panel extensions Doesn't give a method for testing video overlay extensions
1 vote -
Unity C# Examples and Chat Message Event Example I really wish there were examples using the Unity C# Plugin for some of the JS coding in here.
It's difficult to figure out how to read chat messages with the Unity plugin, so an example showing how to subscribe to a chat event would be helpful since I want to trigger stuff with messages from chat.
1 vote -
[Typo] channel.suspicious_user.update event type definition https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-suspicious-user-update-event
data structure unclear. indentation doesn't match parent types
2 votes -
[Typo] type exists for Channel Points Automatic Reward Redemption Add Event reward.message reward.message
should use Message type defined:
https://dev.twitch.tv/docs/eventsub/eventsub-reference/#message2 votes -
[Typo] duplicate Channel Moderate Event raid.user_name https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-moderate-event
raid.user_name is repeated twice
2 votes -
[Typo] incorrect definition Channel Chat Notification Event resub.is_prime https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-chat-notification-event
Channel Chat Notification Event type
resub.is_prime has incorrect description2 votes -
[typo] channel.chat.user_message_hold Authorization https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatuser_message_hold
in Authorization section word scope is outlined along the actual scope2 votes -
Add keyboard shortcut for docs search A lot of dev docs sites have a shortcut like ctrl+k or / for focusing the search box. It'd be nice if this was implemented
3 votes -
Delete "Do not need to maintain a client secret." on "Device code grant flow" "Device code grant flow" actually needs secret id for token refresh flow. We do have to maintain secret. You may want to delete the point "Do not need to maintain a client secret." to prevent misunderstanding
1 vote -
Typo string "chat%3Aread+chat&3Aedit" must be "chat%3Aread+chat%3Aedit"
2 votes -
Wrong documentation about python webserver port In the section "HTTPS on localhost: the easy way" it says to launch python webserver with command: "python3 -m http.server", but this will launch it on port 8000, not 8080 like it says in the next sentence:
Then, change your base URI in the Asset Hosting page of your control panel from https://localhost:8080 to http://localhost:8080.
3 votes -
Potential syntax error? Just under the Step 4 header, on line 11 of the code, the html tags open with '<tr><th>' and end with '</td></tr>' and I'm wondering if it's meant to be '</th></tr>' ? if not that's no issue, I'm not the most used to HTML, it just seems odd that it would close with a different tag without an explanation.
3 votes -
Adjust line number for referenced code I think that the Twitch Extension Helper Library is embedded on line 43 of config.html rather than line 10.
3 votes -
Clarify endpoint documentation What units are the expiry time in? Does the endpoint return any other error messages?
2 votes -
Miscategorized `preferred_username` claim Hello, the
preferred_username
claim is marked as non-default whereas it appears to me that it's always included as part of the default user info retrieved.2 votes -
unity documentation examples do not work or they are wrong the oauth sample does not works and it has many mistakes, i was able to go trough them.
subscribe to events functions like "SubscribeToFollowEvent()" does not exist at all, its the same for every example
2 votes -
API status page is gated by Atlassian login? Hey Twitch team -- the Twitch API "status page" link at the bottom of the page at https://dev.twitch.tv/docs/api/guide/#twitch-api-health currently links to a login-gated Atlassian page.
I tried using my work's Atlassian account, but even with that, I can't view the Twitch API health page.
Any way to make it publicly accessible?
3 votes
- Don't see your idea?