Skip to content
This repository was archived by the owner on Dec 25, 2021. It is now read-only.

Invalid oauth url #1

Closed
vansh705 opened this issue Mar 24, 2021 · 3 comments
Closed

Invalid oauth url #1

vansh705 opened this issue Mar 24, 2021 · 3 comments

Comments

@vansh705
Copy link

When I try to login it shows invalid oauth2 url

@AngeloCore
Copy link
Owner

AngeloCore commented Mar 24, 2021

Go to config.json

"login": {
    "id": "",
    "secret": ""
  }

On id:
Go to discord.com/developers
Create application or use exits, copy your client id and paste
Example

"login": {
    "id": "123456789123456789",
    "secret": ""
  }

On secret:
Copy your client secret and paste
Exmple

"login": {
    "id": "12345678923456789",
    "secret": "client secret"
  }

Go to Oauth2 section on the sidebar of your application
And add: https://yourdomain.com/callback

Screenshot_20210324_134459_com huawei browser

@AngeloCore
Copy link
Owner

Worked?

@zanedeveloper
Copy link

yep

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants