Nightbot Application Development

Hello Guys,

I been trying to use Nightbot Application which i need to implement for sending messages to joined channel. whenever i try to get Code endpoint with Client ID with oAuth2 Authorization it just says unknown error occurred. Please explain why its happing thank you.

https://api.nightbot.tv/oauth2/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=CALLBACK_URI&scope=channel_send

image

I am talking about Nightbot->Profile->Applications.

Please let me know if there is any other question.

The website will always return an unknown error when an error occurs during authorization. If you inspect the authorization request in the developer console, you will see the reason for the failure. Most likely your redirect URI is invalid. Be sure to configure the redirect URI you wish to use in your application settings.

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