Omniauth-facebook keeps reporting invalid_credentials

后端 未结 7 1739
野性不改
野性不改 2020-12-05 07:13

I am trying to implement omniauth-facebook as described in Railscast #360 and have run into quite a roadblock. When I click on the signin link, I get the desired popup aski

相关标签:
7条回答
  • 2020-12-05 07:48

    I have this too.

    Remove the JS script in your application.html.erb (but keep the fb-root div) will work. Anyway, the FB login screen won't be displayed in a popup window anymore, you'll be redirected to FB login then back to your site instead.

    0 讨论(0)
提交回复
热议问题