Hi!
I'm facing exactly the same problem! It seems that Facebook Connect login is
totally broken in 6.1.x !!!
I've created a ticket with a bug report
http://issues.liferay.com/browse/LPS-30342 on October 7, 2012 -- but there's no response yet
I've tried to find the cause of the problem and fix it myself, but it appeared to be an major unfinished work, not just some mistype or missing definition. What I've found is that
FacebookConnectAction.java redirects to "portlet.login.facebook_login" action that is totally missing from the sources! There is
no such action defined at
tiles-defs.xml, and
struts-config.xml also does not list it as a possible forwarding option for "/login/facebook_connect_oauth" action (com.liferay.portlet.login.action.FacebookConnectAction). So here we are dealing with a major source code inconsistency (as I wrote above -- 'an major unfinished work' -- it looks like someone in Liferay just forgot to add the required action and according .jps-file while refactoring Facebook Connect between 6.0 and 6.1 releases).
Just look at OpenId login for a comparison. The "portlet.login.open_id" action referenced in
OpenIdAction.java is defined in
tiles-defs.xml and implemented as
open_id.jsp. There is also reference in
struts-config.xml specifying "portlet.login.open_id" action as a possible forwarding option for "/login/open_id" action (com.liferay.portlet.login.action.OpenIdAction). So OpenId login implementation is consistent in contrast to Facebook Connect.
P.S. It's very strange for me as a professional software developer how the refactored functionality can be released in completely broken state! It's a major regression! Someone refactored that what worked in 6.0 and left it unfinished (broken) up till 6.1.1 GA2 release! It's very disappointing!
P.P.S. to Liferay team: Guys, you're making a great software product! My team really enjoys it each and every day! But, please, don't relax that much! It's a bad sign to have simply broken/unfinished things in x.x.1 release! Keep track of all the changes and
TEST EVERY changed functionality
BEFORE RELEASE! I believe you can do it! ;-)
All the best!
Albert
Please sign in to flag this as inappropriate.