discord-api-docs | Official Discord API Documentation | REST library
kandi X-RAY | discord-api-docs Summary
kandi X-RAY | discord-api-docs Summary
This repo contains the official Discord API documentation, which can be viewed online HERE. Before submitting pull-requests, please remember to fully read the Contributing guidelines. This repository reflects the Discord API as it is meant to be accessed by third-party applications. It omits features and capabilities that are not generally available, or are not fully supported for third-party usage.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of discord-api-docs
discord-api-docs Key Features
discord-api-docs Examples and Code Snippets
Community Discussions
Trending Discussions on discord-api-docs
QUESTION
I'm attempting to add Discord OAuth to a mobile app using PKCE. I'm able to successfully authenticate with DiscordAPI, and I receive a code
back from the server.
However, when I try to call the https://discordapp.com/api/oauth2/token
endpoint I continually get a Bad Request
result.
I've tried a few approaches to attaining my token, but all have failed.
Attempt (1) using HttpClient:
...ANSWER
Answered 2020-Feb-21 at 16:51You're making your request to the wrong url. The Code flow is created to prevent leaking the client token. The flow is as the following
- The Client requests a code from the discord server
- The Client sends that code to your server
- Your server passes the code to the discord server with it's secrets
- Discord Server responds back to the configured redirect_uri, to obtain the token.
Note: there are 2 redirect uri, 1, which resolves the code and another which resolves the token.
You're trying to make your request directly to the token endpoint. You need to make a request to the Authorize endpoint. To obtain a token
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install discord-api-docs
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page