OAuth2, Using POST and Yet… Method Not Allowed?
问题 Basically I'm trying to create a website that requires interfacing with the Discord API to retrieve user information to work. To do this, I am using a library called Simple OAuth (https://github.com/lelylan/simple-oauth2) and cannot get my authorization code to return a token using it. I've looked through some of the source code for the lib. and it is using POST, which appears to be the main issue when getting "Method Not Allowed" errors. I am following the Authorization Code flow example,