1

I am using omniauth-37signals and have set the redirect_uri to http://localhost:3000/auth/highrise/callback in developer.37signals.com

I am getting: :error: Provided redirect_uri is not approved

But if I change the url to something different from localhost it works and asks for access.

Is the API restricted only for 'real' addresses, or am I missing something?

pdobb
  • 17,688
  • 5
  • 59
  • 74
Vestimir Markov
  • 330
  • 1
  • 8

1 Answers1

0

lvh.me worked for me instead of localhost. It points back to 127.0.0.1

emcanes
  • 1,398
  • 10
  • 7