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
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.
–
Dheeraj K.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs