Oauth2 | Chat_login | limit increase question

Hi Friends

Just had a question regarding the twitch Oauth2.
I know you need the limit increase to use the chat_ login scope.
My question is this scope only for partnered.

The channel I have request this for is not yet live.

Example of what I want to achieve.

href=“https://api.twitch.tv/kraken/oauth2/authorize?response_type=code&client_id=&redirect_uri=http://www.supersmashchannel.com/login.php&scope=user_read+chat_login&force_verify=true”>

I have to followed the below etc and have request access. https://dev.twitch.tv/docs/authentication/

Just wasn’t sure as the documentation doesnt state anything regarding this.

Apologies if this has been asked on other threads.

regards,
Osman

chat_login was replaced by these 5 scopes. You need to use those instead.

Chat and PubSub

Scope Name Type of Access
channel:moderate Perform moderation actions in a channel.
chat:edit Send live stream chat and rooms messages.
chat:read View live stream chat and rooms messages.
whispers:read View your whisper messages.
whispers:edit Send whisper messages.

Ref: https://dev.twitch.tv/docs/authentication/#scopes

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.