The way we include the Facebook Javascript API was updated in JFBConnect 4.1 to be inline with Facebook's current recommendations. The new format is uses a schemeless approach (no http or https). If you you have a optimizer or minification type extension running on your site that tries to always include the domain name, and it's not properly working with schemeless links, you'd get this error.
You can fix in JFBConnect by editing the /plugins/system/jfbcsystem/jfbcsystem.php file and searching for
And adding the https in front of that. However, that will always load the SSL version, which is slower than using the http version. If your site doesn't use SSL, you can just use http://
We'd definitely recommend you contact your template provider, or whichever extension developer is incorrectly working with schemeless links, and have them fix their extension.
Thanks,
Alex