我知道这个问题已经被问过很多次了,但没有一个对我有帮助。
我正在尝试使用 facebook 登录我的网站,但出现错误:
{"error":{"message":"Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request","type":"OAuthException","code":100,"fbtrace_id":"DV9+XV2aZn5"}}
我的 Facebook 应用程序仪表板中有以下配置:
似乎我在设置 URL 时遗漏了一些东西,但不知道是什么。
更新
应用程序/模型/客户.rb
devise :omniauthable, omniauth_providers: [:facebook]