Topic-icon Cant sign up with JFBC in jomsocial

Active Subscriptions:

None
9 years 5 months ago #49726 by bison
Hi there

Just upgraded to version 6.2.4. When trying to sign up with FB, I first have to select user profile.(JSPT)
That part works fine.
It redirects to the jomsocial info fields where you can 1. write login info or 2. press the "Sign in with FB"
Pressing the "Sign in with FB", just redirects to the "Select Profile" page, and I can start all over again.

JFBC integration is set to on in Jomsocial

Please advise and help
regards
Bison
The topic has been locked.
Support Specialist
9 years 5 months ago #49728 by mel
Bison,

You should not be hitting the "Sign in with FB" button again, but instead filling out the registration information and hitting the Next button.

I do not know why JomSocial is including the social network login buttons on this registration page, but I think it's very confusing and the buttons can be safely removed. In components/com_community/views/register/view.html.php starting around line 76, this block can be commented out:
if ($config->get('usejfbc')) {
   if (class_exists('JFBCFactory')) {
      $providers = JFBCFactory::getAllProviders();
                                             
      foreach ($providers as $p) {
         $fbHtml .= $p->loginButton();  
      }
   }                               
}

Then if you proceed through the steps after hitting the Next button, you will see that the mapped profile fields are imported correctly from FB, and the users are created correctly in the backend (in JomSocial, JFBConnect UserMap and the Joomla Users section).

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 5 months ago #49730 by bison
Hi Mel

GREAT - it works....

Thanks alot
The topic has been locked.
Support Specialist
9 years 5 months ago #49734 by mel
Glad to hear that resolved your issue.
The topic has been locked.