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

前端 未结 10 1659
甜味超标
甜味超标 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:26

    I needed to add

    http://localhost:3000/users/auth/instagram/callback
    

    as my callback URI because I'm using Devise.

提交回复
热议问题