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
Hi,
I am working on a new application utilizing IG's OAuth, and keep running in to this error when hitting IG's authentication api in development:
{ "error_type": "OAuthException", "code": 400, "error_message": "Invalid redirect_uri" }
I tried pushing the code to Heroku and everything works, so I know my setup on FB developer console should be fine.
I am assuming it's an https issue, and is attempting to use ngrok as work around.
https
Is there a better way to work with IG's authentication in development environment?
Thanks
The text was updated successfully, but these errors were encountered:
I'm also running into this, using localhost, ngrok. Would be cool to get some feedback. Thanks
Sorry, something went wrong.
No branches or pull requests
Hi,
I am working on a new application utilizing IG's OAuth, and keep running in to this error when hitting IG's authentication api in development:
I tried pushing the code to Heroku and everything works, so I know my setup on FB developer console should be fine.
I am assuming it's an
https
issue, and is attempting to use ngrok as work around.Is there a better way to work with IG's authentication in development environment?
Thanks
The text was updated successfully, but these errors were encountered: