127 results found
-
Typo: notificaiton Typo: notificaiton
1 vote -
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 -
Documents client flow OAuth client credentials flow
refreshtoken is not returned for clientflow as documented.1 vote -
Missing Params in OIDC I think you are missing
force_verify as an optional param on the OIDC authorize, ( its working just not documented)1 vote -
add extensions equivalence in migration page could you add the extensions equivalence?
1 vote -
Apply for appeal Yandere Simulator Yandere Simulator has done a lot changes to since 5 years ago since its been banned including censoring blood pools, nudity and panty shots to make video streams more friendly. I recommend taking second look at game for all improvements its great game and deserves second chance. I wasn't sure to place category I apologize for that. All I'm asking is for second look at game in its current state for reconsidered banned that is all and thank you for your time.
2 votes -
Fix tmi.js Error when you trying to do !dice
Cannot send anonymous messages.
bot.js:341 vote -
Organize this better, fill in the blanks Who wrote this? The author frequently jumps from point A to point Q.
1 vote -
See scopes Would be nice to see an example with more than one scope. If I separate them with a space, I only gain access to the first one in the list.
1 vote -
Add additional examples. Add examples of popular 3rd party libraries.
The current example is very specific and only targets one language. Many community driven libraries are continuously developing and mainting IRC capablities in languages such as; Python, JS/TS, C# and more.
It would be nice in general to see more support for these libraries and even giving some sort of verfication to popular libraries that are maintained and meet quality standards.
2 votes -
Put a link to the tutorial here Where's the link to the tutorial?
1 vote -
Fix AutoMod status doc - example curl request The example curl request here:
https://dev.twitch.tv/docs/api/reference#check-automod-status
Doesn't work.1) It needs a broadcasterid query param
2) It needs the content-type header (application/json)
3) I get a 500 error using the provided "userid"s in the post body, using other user_ids worksI spent more time than I care to admit figuring this out, so it seems like fixing this will probably hep somebody out in the future.
If these three things are fixed the call succeeds.
1 vote -
PubSub Documentation Formatting In the subscription fields definition, both cumulativemonths and streakmonths are listed as strings when they are very clearly integers.
Further, it would help greatly with readability if the fields were listed in the order they appear in the supplied JSON snippets.
1 vote -
Incorrect documentation for Predictions The Predictions documentation has incorrect information listed for how the Top Predictors are defined. The documentation says the list contains a two-level class called "user" and all properties are below that (EX: "user.id"). However in reality, there is just one class that contains all the information and the "user" part is appended in front of a few relevant properties (EX: "user_id"). Screenshot below for comparision:
1 vote -
Wrong User I think at the very bottom of this page you meant to write User C because that's what that paragraph is talking about.
1 vote -
Sample code in the Status section is mac only. Sample code for windows users would be awesome!
2 votes -
graph syntax not built on deploy The graphs on this page don't look right. The graph syntax is displaying, not the graph itself.
%% Extensions Overview Diagram graph LR Twitch --> | - postMessage - | Extension Extension --> | - postMessage - | Twitch Extension --> | - HTTP - | APIs Extension --> | - HTTP - | EBS[Extension Backend] Identity --> Twitch Chat --> Twitch Memes --> Twitch
3 votes -
docs revision Can you please double check the meaning of the sentences covered in this page (ex: Send the user you want to authenticate to your registered redirect URI. -> you dont't send them to the redirect URI but to the Twitch uri under the cited pharagraph) And the 'token+idtoken' is not equal to 'token%20idtoken' (the 'token id_token' is) the '+' signs encoded to '%2B' which trows an error whereas the ' ' (space) encoded to '%20' which returns the desired result.
1 vote -
make the docs better and more simple to understand for new users. this site is awfull cause the explenation of the api is trash.
1 vote
- Don't see your idea?