Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

Developers

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

161 results found

  1. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. I think that the Twitch Extension Helper Library is embedded on line 43 of config.html rather than line 10.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. If successful, the refresh token response includes a expires_in value. that is not shown in the example and is a very useful field.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. The hyperlink in the sentence: "To create a clip from a broadcaster’s stream, use the Create Clip API" points to:

    https://dev.twitch.tv/docs/api/reference/#get-clips

    When it should probably point to:

    https://dev.twitch.tv/docs/api/reference/#create-clip

    As it relates to creating a clip.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. The first chunk of code has lots of errors. Simple things like using lower case s on 'void Start' etc

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. The Twitch API Scopes list in Authentication is missing the "user:edit:broadcast" scope.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Missing documentation for channel:send:events scope.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. In the Channel Chat Message Notification Example there are 2 backticks (``) at the end of the example that look to be erroneous

    Page where the error is: https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatmessage

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. This page has an error. It says "you must set the Content-Type response header to the length of the challenge value" <- THIS IS INCORRECT!!!
    Content length goes in 'Content-Length' which is usually set automatically.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. the codeblock under 'Authentication' has quite a few issues with it.
    Incorrect capitalization on the TwitchSDK.Interop; , a missing semicolon on the first variable declaration, incorrect capitalization on the Start() and UpdateAuthState()

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Why are conduit sub types listed under channel sub types? Seems like conduits should have their own menu listing.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. I noticed that the section for Implicit Grant Flow has a section after it titled "Use the authorization code to get a token
    " where it specifies how to use a authorization code to get the access token, but you already get the access token from Implicit Grant flow, I believe this section should not be there but instead should be at the end of the Authorization code grant flow section, just before Device Code grant flow. Because Authorization Code grant flow does not show a section on using the authorization code to get an access token.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Links not working at this paragraph:

    Building your first game
    Great, now you’re ready to build your first game with Twitch. Head over to our Unity Guide, Unreal Blueprint Guide or Unreal C++ Guide to get started.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. The scopes for "Update User Extensions" and "Get User Active Extensions" are different on differant pages.
    On https://dev.twitch.tv/docs/authentication/scopes/ it's "channel:manage:extensions" but on https://dev.twitch.tv/docs/api/reference it's "user:edit:broadcast".
    This feedback is related to another one I've posted, https://twitch.uservoice.com/forums/310213-developers/suggestions/47456123-missing-scope-user-edit-broadcast

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. The URL for endpoint "Get Stream Key" is missing the "GET" request Method in the reference documentation. This is the only endpoint with this issue.
    https://dev.twitch.tv/docs/api/reference/#get-stream-key

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Documentation  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. The examples for --charity-current-value and --charity-target-value aren't right, they both say "--charity-current-amount 10000"

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. After providing feedback. There is the big text "Vielen dank!" I am from germany I appreciate that. But the second line is english. Please stick with one language. This is production environment. People can see that.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3 4 5 8 9
  • Don't see your idea?