I ve started integrating facebook authentication into my Rails 3.1 site, but ran into an issue when I click the cancel button on the fb auth dialog. When I click cancel, I get redirected back to my site at /auth/facebook/callback and then redirected to the /login page (I m using Devise).
我想做的是,将一个被注销的 au改到一页,使用户能够以标准方式(电子邮件、用户名称、密码等)编制账户。 我怎么能凌驾于转往 /log页之上?
Btw, I m using the omniauth-facebook gem.
感谢!