'Redirect URI does not match registered redirect URI' using Python Social Auth
问题 I am using python-social-auth for authentication with social networks. I have installed and configured everything. In the last step, I added these two action links: <a href="{% url 'social:begin' 'facebook' %}">Login with Facebook</a> <a href="{% url 'social:begin' 'instagram' %}">Login with Instagram</a> Facebook login is working fine but instagram is giving me the following error: {"code": 400, "error_type": "OAuthException", "error_message": "Redirect URI does not match registered redirect