authlogic_facebook_connect with a custom callback URL
If you’re using authlogic_facebook_connect to have facebook integration in your site and don’t want to use the standard callback url of http://
Here’s the code I am using, that’s facebook redirects to /authenticate using HTTP Post.
<%= authlogic_facebook_login_button :length => "long", :controller => 'authenticate' %>