OAuth2 Token with Redirect URI

I need help with the Nightbot API. More specifically when I want to get an access token I need a website of some sort to redirect to. Is there any good way of redirecting so I can use the token.

Thanks in Advance :slight_smile:

For server side applications you can use grant_type=client_credentials. There is an example in this following post:

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