We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when trying to log in I got the message "you are not allowed to do that — invalid redirect_uri parameter."
The redirect uri I entered is "http://127.0.0.1:3000/_oauth/reddit?close" and the request uri is "https://ssl.reddit.com/api/v1/authorize?client_id=IaVf5...&response_type=code&state=...&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F_oauth%2Freddit%3Fclose&duration=permanent&scope="
For me, the parameters I added seems to be correct, but maybe it would be helpful to have further documentation on this.
The text was updated successfully, but these errors were encountered:
for the redirect uri: try replacing 127.0.0.1 with localhost.
Sorry, something went wrong.
@mscherer82 what @albertstartup should do the trick.
No branches or pull requests
when trying to log in I got the message
"you are not allowed to do that — invalid redirect_uri parameter."
The redirect uri I entered is
"http://127.0.0.1:3000/_oauth/reddit?close"
and the request uri is
"https://ssl.reddit.com/api/v1/authorize?client_id=IaVf5...&response_type=code&state=...&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F_oauth%2Freddit%3Fclose&duration=permanent&scope="
For me, the parameters I added seems to be correct, but maybe it would be helpful to have further documentation on this.
The text was updated successfully, but these errors were encountered: