Oauth2 Instagram API “redirect URI does not match registered redirect URI”

前端 未结 10 1666
甜味超标
甜味超标 2020-12-15 06:41

I am working on a Rails application which is in development mode and it can register with omniauth.

The host is

http://localhost:3000/
10条回答
  •  借酒劲吻你
    2020-12-15 07:18

    Fixed the issue myself. Added localhost:3000/auth/instagram/callback as redirect_uri and it worked just fine.

提交回复
热议问题