Fix the formatting?

master
Zed A. Shaw 2 hours ago
parent 5075128a6a
commit 2ffd69a324
  1. 8
      README.md

@ -71,11 +71,9 @@ install it on Windows with `winget install Twitch.TwitchCLI`.
me right.
5. On the __OAuth Redirect URLs__ you'll see this error `Redirect URIs must use HTTPS protocol`. The
problem is `twich-cli` creates a Oauth2 receiver at `http://localhost:3000` so it can't be https.
__Just add http://localhost:3000/ anyway.__ The error message seems to be wrong, but I ran into a
situation where I couldn't add so I had to do this:
1. Add a fake url `https://localhost:3000`. Yes, `https`, make sure that's there.
2. Then add a second one with `http://localhost:3000`.
3. Remove the first `https` one and you're done.
__Just add http://localhost:3000/ anyway.__ If you still get an error then you should just refresh
and immediately add the _not SSL localhost__ URL. If you added the `https` then the UI gets into a
weird loop and won't let you add regular localhost.
6. For the category you must select `Chat Bot` as the category.
7. You also select `Confidential` as the type of bot. This is because you aren't in a web page but
instead running as a server.

Loading…
Cancel
Save