Discord oAuth Connection (Draft) #6
Labels
📜Command
Discord or in-game command
⬆️Feature Request
Specific addition or interest for improvement
📄Research
No evident fix is presently available or research needs to be done here.
📄To-Do
Something that needs done
Authorizing
In reference to documentation:
Initiate authorization
Request details:
- define url https<&co>//discord.com/oauth2/authorize
i think we need our authorization?
- ~webget <[url]> headers:<[headers]> data:<[data].to_json> save:response method:get
Redirect token
use
<entry[response].result.parse_yaml.get[code]>
to find thecode
access token, and then post it to:- define url https<&co>//discord.com/api/oauth2/token
;check with:
<entry[response].result.parse_yaml.get[code].if_null[null]>
redirect token back with:
- ~webget <[url]> headers:<[headers]> data:<[data].to_json> save:response method:get
The text was updated successfully, but these errors were encountered: