135 results found
-
Typo on Pubsub doc page
Under the title: Example: Channel Points Event Message
In the description for the "status" property of a redemption message:
reward redemption status, will be
FULFULLED if a user skips the reward queue, UNFULFILLED otherwiseFULFULLED should be FULFILLED.
1 vote -
Diagrams not being rendered
It looks like the diagrams/visualizations for this page are not being rendered for some reason. I'm not sure how that happens, but instead of diagrams, I'm seeing raw code that looks like it should work with Mermaid to render the diagrams. This is what I am seeing:
%% ext-twitch.tv graph TD ext-twitch.tv --> my-extension.ext-twitch.tv ext-twitch.tv --> your-extension.ext-twitch.tv
1 vote -
Please add more examples for Ratelimit headers
Please provide one example for the Ratelimit headers. Tried a couple of hours without success. Thanks.
1 vote -
Create EventSub Subscription Wrong Response Code
On the documentation for creating an eventsub subscription the page claims a success response should have a status code of 201, but the actual status code returned on success is 202.
Either the documentation should be changed to refled the API, or the API changed to reflect the documentation.
1 vote -
documentation mismatch
the linked glitch account code, twitch-chatbot
by Matt Auerbach looks for the string '!d20' in bot.js instead of the string '!dice' as indicated in this guide. caused a moment of confusion1 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 -
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 -
Typo: notificaiton
Typo: notificaiton
1 vote -
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 -
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 -
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 -
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?