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

961 results found

  1. POST https://id.twitch.tv/oauth2/token?client_id=nt_secret=nyo51xcdrerl8z9m56w9w6wg&grant_type=client_credentials

    This POST request - if attempted with curl in CMD or windows subsystems linux, you need to escape &clientsecret &granttype with preceeding escape\

    e.g.

    POST https://id.twitch.tv/oauth2/token?client_id=uo6dggojyb8d6soh92zknwmi5ej1q2\&client_secret=nyo51xcdrerl8z9m56w9w6wg\&grant_type=client_credentials

    otherwise you WILL get missing client_secret regardless what you try, nothint about the actual curl gives you any hint regarding this.

    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. If the request (Get Videos) is authenticated by a user, return a response field video_bookmark which returns, in seconds, where the user left off in watching the video. Or it could be requested at a different endpoint by video ID or something.

    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

    3 comments  ·  API  ·  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. Simplified views could maybe be simple?

    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)
  4. Hello guys from twitch. Last week I filled out the form to add my indie company to the platform claiming my game, but it was denied. I gave all possible information and did not understand the reason for the denial.

    Our game is already in the GiantBomb database and we are doing all the transition process (we come from MIXER) by implementing the Twitch API to the game and creating the extensions.

    I sincerely ask you to help us register the company.

    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)
    More Info Needed  ·  angpt responded

    Hello, could you let us know the game/company name so we can follow up on this.

  5. In the streams endpoint, there's no property in the response that indicates if the stream can only be watched on Twitch. This means we embed streams that can't be watched and we obviously don't want this.

    The streams api needs to return this information so we know not to render these embeds.

    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

    2 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Screenshot: https://i.gyazo.com/bbb8b10afa1fb779baa31d711b610620.png

    The 2 results only differ by a trailing slash in the link url.

    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)
  7. اريد الدخول بدون تسجيل

    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)
  8. Merhaba kullandığımız yan site adreslerinde örnek verecek olursam Moobot için bir uzantı yapma şansınız varsa gayet kullanışlı olabilir.

    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  ·  Extensions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. When no OAuth token is present there's this err:

    {
    "error": "Unauthorized",
    "status": 401,
    "message": "OAuth token is missing"
    }

    But a missing client-id doesn't return an error that it is missing, instead it responds with:
    {
    "error": "Unauthorized",
    "status": 401,
    "message": "Client ID and OAuth token do not match"
    }
    (which is the same error if both are sent, but don't match).

    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  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  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  ·  API  ·  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. The New Twitch API needs serious attention. I worked considerable with the V3 API and that was rock solid. I'm having a difficult time with the new API. It has a lot of quirks.

    My biggest issue now is that certain calls return an empty response with certain parameters.

    For example, if I try to filter streams with a gameid and language this will return a result with 0 items sometimes while other times it will return the correct results. The behavior is very inconsistent.
    https://api.twitch.tv/helix/streams?game
    id=33214&language=en

    It works 100% of the time without the language parameter.
    https://api.twitch.tv/helix/streams?game_id=33214

    It…

    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  ·  API  ·  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. Allow game developers to rename a game without going through customer support agents.

    Right now I am trying to go through the process of updating the game name, and it has been a **** for 6 months already. Took a month go get the update happen on GiantBomb, waited few months for Twitch to synchronize, which didn't happen, then started writing to support agents.

    First reply to my ticket was 2 months after I opened it. Support replied with a canned response about renaming a user...

    After reopening the ticket, several weeks later I get the ticket closed again, with…

    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  ·  Developer Site  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Boxart used on a category's Giantbomb page should be automatically set as the boxart on Twitch.

    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)
  14. Some developers may need to cycle their Extension's whitelist with a big number of accounts. There's already an option to mass add users to a whitelist. So it's only natural to complement it with a mass delete.

    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)
  15. Game developers can currently upload only the boxart, but to upload the banner they have to reach out to Twitch to update. It would be nice to have this moved into the site to make it easier to manage.

    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)
  16. Under the PRIVMSG tags, there are some messages that only have tags and have no other message parts with it (i.e. there is no PRIVMSG, no channel, no message)

    0 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

    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. WHERE IS MY OAUTH TOKEN?

    0 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

    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. 0 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)
  19. Adding the /monitor command would be a great addition, I mod for a channel that has a group of user doxing the streamer with their username/display name and banning everyone having their name matching the vague doxing param is not a possibility

    0 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

    1 comment  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. https://dev.twitch.tv/docs/extensions/designing still contains the text annotation "TBD graphic", where there is currently no graphic

    0 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

    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)
  • Don't see your idea?