views:

15

answers:

0

This question is specifically for the user holden, but of course if anyone else can answer that works too..

Using the example at:

http://github.com/holden/authlogic_openid_selector_example

Is the openid code required to get the facebook connect working or are these parts of the example independent? I'm trying to get the kalasjocke facebook connect working and am running into problems a la http://stackoverflow.com/questions/2404738/authlogic-facebook-connect-snafu

I don't really need the openid option. If I ignore those aspects in your example should the facebook connect work? (I see that it actually works in your example)

Note: Another question would be whether the :user_session parameter is supposed to populated with the facebook authlogic session, because while this is what is being passed to UserSession.new(params[:user_session]) in UserSessionController.new, it does not contain anything when facebook connect is used.