-
how can I add twitch with my website Hi
I hope you are all doing good
I need some help. I am looking for a developer who can easily integrate twitch with my website https://cloptoncapital.com/. I tried a lot by myself but nothing happened. So if you have any information about it then please do let me know. Thank You2 votes -
Add an endpoint to provide a user's chat rate limits Currently, the only way for a bot to know its chat limits is by hard-coding them. Even using the (undocumented?) user chat info endpoint isn't sufficient to determine what hard-coded limits to apply today, since whisper limits depend on when an account was verified.
It would be much better for a bot to query a (documented) endpoint and retrieve its rate limits in that way.
2 votes -
Stop asking for mobile 2fa to register applications. Stop asking for my mobile number to register applications or for any reason at all.
You already get 2fa by sending the verification code through email. Sending it through mobile is an added security risk. It only makes it easier to compromise the account when hackers can just contact the mobile operator to be able to clone our mobile number.
The verification code through email is plenty. I have secure passwords on both email and twitch accounts, I can make sure they are safe, I can control that. I can't control what my mobile operator does with my SIM ID.…
2 votes -
Is email/phone banned from chat in the API If a user is banned from chat due to email or phone "cross ban" as per:
…Curbing Ban Evasion We know there are many reasons someone may need to manage more than one account, so you can verify up to five accounts per phone number. That said, to help prevent ban evasion, if one phone-verified account is suspended site-wide, all accounts tied to that number will also be suspended site-wide. Users won’t be able to verify additional accounts using a phone number that is already tied to an actively suspended account. At the channel-level, if one phone-verified or email-verified account
2 votes -
Add Social links in response on endpoint "Get users" Add Social links in response on endpoint "Get users"
2 votes -
Lista vip in php da un sito inserire una funzione di chiamata all'api per ritornare la lista dei vip di un determinato canale per poi fare un login riservato ai vip, non trovo funzioni nell'api e questa cosa mi rallenta i lavori. [LINGUAGE ITALIAN]
2 votes -
Show available resolutions (transcoding options) in Get Videos API The Kraken API for querying videos lists the available resolutions for archived broadcasts and current streams. The new API does not.
2 votes -
Audio only API for embedding in audio players like Mopidy So I'm trying to do a multi-room audio solution with Mopidy (https://mopidy.com/) and Snapcast (https://mjaggard.github.io/snapcast/), and I'm following many DJs on Twitch, and tune in for the music. I'd like to be able to have a Mopidy extension to be able to receive and listen to Twitch streams from the server, without having to use my phone or anything.
I don't mind if I need to login/OAuth token, I don't mind for the usual occasional audio ads, I just want to be able to access the AUDIO stream so I can listen to it more conveniently.
2 votes -
Get User Emotes endpoint equivalant Could you add an endpoint equivalent for the Get User Emotes endpoint? my application uses the old one to show all the emotes a user can use but its not getting updated to support the new kinds of emotes being added to twitch.
2 votes -
Don't prefix iCal Timezones with / for better compatibility The TZIDs in https://dev.twitch.tv/docs/api/reference/#get-channel-icalendar are currently prefixed by a / so they are /America/New_York for example. Removing the leading slash should vastly improve compatibility with iCal parsers (since the timezones are essentially IANA timezones then).
2 votes -
What scopes does my ClientID have for a user? Given that EventSub only uses an App Access Token.
It's possible for a developer to obtain user authentication and never store the token (and/of refresh token if one exists (ie implict has no refresh)) and only utilise EventSub.
Please provide an endpoint
https://api.twitch.tv/helix/users/scopes
With a required parameter of:
id - a userID
That accepts ONLY An App Access Token
That returns
{ data: [ 'array', 'of' 'scopes' ] }
To allow developers to check what scopes a user has authorised the developer/ClientID to utilise
2 votes -
API to return the new follower emote add follower emote to the list of emotes returned in the emote API
2 votes -
Allow Bot accounts, mark them and make it that they can't recive gifted subs. There are a lot of bots and some of them get gifted subs because they are just a "normal" user. anotherttvviewer, carbon14xyz etc. are all known bots and I think the developers of the bot should have the option to mark them as bots like in discord. It would be easier to understand for streamers, and they shouldn't get gifted subs.
2 votes -
Allow moderators' OAuths to work with polls and predictions API endpoints At the moment, only the broadcaster is allowed to use the polls and predictions endpoints because the broadcaster id must match the OAuth token. I think that allowing moderators of the specific channel should also be able to use these endpoints. This would be really helpful for Chatterino for example. In order for moderators to create polls or predictions, they have to go to the actual chat on the website to type in /prediction or /poll. If moderators were able to access the endpoint, Chatterino could easily add a command to bring up a window to create a poll or…
2 votes -
Allow clipboard-read on iframe for twitch extension I want my Twitch Extension to be able to copy text to clipboard. It seems as though that the iframe allowed permissions are limiting this. Therefore I request for Twitch staff to add
clipboard-read;
and maybeclipboard-write;
2 votes -
Event endpoints allow full history or specified time range Events endpoints like https://api.twitch.tv/helix/moderation/banned/events and https://api.twitch.tv/helix/moderation/moderators/events only provide a short history of events.
This makes it difficult when a 3rd party dev takes on a new client to collect historical data from before they started offering services to the new client. Answering a question like when did I mod this mod? Is not something that can be answered without historical data.
Allowing a request for as much historical data as available (hopefully more then the current amount provided by the endpoints) or requesting for a specific time amount would allow new 3rd party dev and single custom one off developers…
2 votes -
[Prediction API] A trigger for each or group of predictors I would love to have as an extension of the recently released Prediction API a way to be notified (EventSub or webhook) when someone just spent some channel points in a prediction.
I understand that for big channels a lot of notifications could be sent at the same time, but why not at least merging some notifications in one to bring down a bit this issue?
It could be an array of
predictor objects
with defined max amount of objects per notifications (let's say 100, if 1000 predictors only 10 requests would be sent by the API).The difference with…
2 votes -
Missing information Okay, I got the user access tokens... not how to use it? The page ends without a word...
(like how to get what user is the one who accepted the request).
Also the scope list is not full - Discord use other roles as well, not mentioned in that docs.2 votes -
API for Ban Appeals The ability to interact with ban appeals with API would be a useful tools for developers who create full moderation/management suites for broadcasters. This could include the ban reason, the appeal reason. This would also help us fill the gaps with missing information that Twitch has right now, like tracking the number of appeals or storing the appeal reason after approved.
2 votes -
API for Ban Appeals The ability to interact with ban appeals with API would be a useful tools for developers who create full moderation/management suites for broadcasters. This could include the ban reason, the appeal reason. This would also help us fill the gaps with missing information that Twitch has right now, like tracking the number of appeals or storing the appeal reason after approved.
2 votes
- Don't see your idea?