I am working on a Rails application which is in development mode and it can register with omniauth.
The host is
http://localhost:3000/
I needed to add
http://localhost:3000/users/auth/instagram/callback
as my callback URI because I'm using Devise.