[Rails] Instagram Redirect error

2013-05-14 Thread Maddy
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 -- You received this message because you are

Re: [Rails] Instagram Redirect error

2013-05-14 Thread Dheeraj Kumar
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 Kumar On Tuesday 14 May 2013 at 1:07 PM, Maddy wrote: Hi Folks, In just integrate