Facebook Connect module problems

"Facebook connect" module in Dolphin 7.2.0 is compatible with Facebook API v.2.0 and it isn't compatible with the latest v.2.4 version.

You can check your Facebook app by logging in to https://developers.facebook.com and selecting your app:

If you've just created Facebook app it is set to the latest version (v.2.4 as of now) and there is no way to downgrade to v.2.0.

We've updated "Facebook connect" module to support the latest Facebook API and it will be available in Dolphin 7.2.1. If you need to make it work now you can grab the updated latest version of the module from Dolphin GitHub repository, you will need to re-upload the following folders:

plugins/facebook-php-sdk/
modules/boonex/facebook_connect/

Then run the following SQL query:

SET @iCategId = (SELECT `kateg` FROM `sys_options` WHERE `Name` = 'bx_facebook_connect_auto_friends');
INSERT INTO `sys_options` SET `Name` = 'bx_facebook_connect_extended_info', `kateg` = @iCategId, `desc`  = 'Fetch extended profile info (facebook app review is required)', `Type`  = 'checkbox', `VALUE` = '', `order_in_kateg` = 5;

Please note: to get extended info about profile from Facebook, you app must be reviewed. We've added option to get basic info only (email, public profile, friends, thumbnail), so you can use it without any reviewing, but if you want that profile will be automatically filled in with such info like profile description, date of birth and location you have to submit it for review and enable this option in "Facebook connect" module settings:

One more note: PHP 5.4 is required for the new "Facebook connect" module, this is because we've used Facebook PHP SDK and it has such requirements.

facebook-api-version.png · 49.5K · 1042 views
facebook-connect-settings.png · 15.9K · 924 views
Rules → http://www.boonex.com/terms
Quote · 30 Sep 2015

Can it be done by just uninstalling the facebook module and uploading the the module files from github repository and installing it again?

Umar Haroon
Quote · 30 Sep 2015

working great i have upload all files and folders on the database what whas change and uninstall facebook connect on admin panel and install again fill the  key and secret key finished 

Quote · 30 Sep 2015

It can be done this way, but the table with users which were registered through Facebook will be truncated. So it's better to use the way described in the post - http://www.boonex.com/forums/topic/Facebook-Connect-module-problems.htm#264633

Can it be done by just uninstalling the facebook module and uploading the the module files from github repository and installing it again?

 

Rules → http://www.boonex.com/terms
Quote · 1 Oct 2015

Hi,

I was trying to run the SQL query but I get an error message.

#1048 - Column 'kateg' cannot be null

How do I solve this problem? Please give me an advice.

Thanks,

Quote · 8 Dec 2015

Most probably you had Facebook Connect module not installed, when you run the query.

I was trying to run the SQL query but I get an error message.
#1048 - Column 'kateg' cannot be null
How do I solve this problem? Please give me an advice.

 

Rules → http://www.boonex.com/terms
Quote · 14 Dec 2015

Thank you for your advice!!

Now working just fine, thanks!

 

Quote · 15 Dec 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.