I apologize if this has already been answered, but my search and scan through this whole topic of 47 pages did not help.
am on SMF 2.0 RC3
Like many others, when I push the Facebook connect button, am taken to
/forums/index.php?action=facebook;sa=connect;step
and I get the
Fatal error: Class 'Facebook' not found in /home/talkabo/public_html/forums/Sources/FB_Connect/FB_Connect_Subs.php on line 359
and I am NOT logged in to my forums with my facebook ID
I AM logged to Facebook, and I DID check that the fbc folder under my forums is chmod'ed 755 and all files within as 644, and that I am not using www in my domain name neither on my site nor in the facebook devpers appl.
I tried with both facebook ids, my regular and the one I created for this app. both failed to log-in.
I also checked that in the source page of my site, the path to fbc is correct
echo'<script src="path to fbc dir/fbc/fbconnect.js" type="text/javascript"></script>';
Any help ? anything I need to check ?