Instagram Redirect error

Hi Folks,

In just integrate instagram to my app.

I got an error while redirect from instagram.

{"code": 400, "error_type": "OAuthException", "error_message": "Redirect URI does not match registered redirect URI"}

Please advise.

Thank you

It looks like you’re passing a redirect URL to the API while authenticating. You should either not include it, or make sure it’s the same as the one you provide in Instagram’s app settings.