Connect the bot account on my chat through OAuth

I’m building my own chat bot and I want it to connect to my chat only if I grant permission, but first I need to “give” it an account, so it can actually work.

I was already able to learn how to “give” an account using OAuth implicit code flow.
But I don’t know how to do the next part. I want the user to login a second time, but with the stream account. In success, the bot connects.

Any hint?

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