回电是什么url我应该提供spree social

What is the call back url I should provide for spree social

我正在使用 spree_social gem,用于使用 facebook 和 google 进行社交媒体登录。

当我尝试在 Twitter 中创建应用程序时,他们说回调 url 无效

http://localhost:3000/users/auth/twitter 这就是我作为回调 url 给出的内容。我应该如何回拨 url 才能使其正常工作

正如在 spree_social 扩展回调 url 中提到的

  • Twitter,http://localhost:3000(开发)或 http://your-site.com(生产)(提到 here)。
  • Facebook,不需要回调 url(参见 here)。
  • Google、http://localhost:3000/users/auth/google_oauth2/callback(开发)或 http://your-site.com/users/auth/google_oauth2/callback(生产)。