开发者

Omniauth-Devise Error

开发者 https://www.devze.com 2023-03-23 07:02 出处:网络
I\'m currently developing a Rails 3 app that uses Devise and Omniauth, and I\'m trying to integrate Facebook authentication. Everything seems to be set up correctly, but when I try to go to http://loc

I'm currently developing a Rails 3 app that uses Devise and Omniauth, and I'm trying to integrate Facebook authentication. Everything seems to be set up correctly, but when I try to go to http://localhost:3000/auth/facebook, it redirects me to Facebook where I get this error:

{
   "error": {
      "type": "OAuthException",
      "messa开发者_如何学编程ge": "Missing client_id parameter."
   }
}

Does anyone know what's going wrong, or how I can fix this? Thanks in advance!


Figured it out. I was trying to incorporate Omniauth and Devise even though Spree Social had already been set up. Sorry for the trouble!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号