deanos_facebook_connect

Hello community,

Different day, new issue!

Does anyone has problem with the deanos_facebook_connect, I am doing the installation as it is, and I am still getting and error message from FB, any help please, thanks

fb error message.jpg · 27.9K · 236 views
Quote · 7 Jun 2015

Hi,

Post your issue at the deanos support forum here : http://www.boonex.com/forums/topic/Deanos-Facebook-Connect-Support.htm

:)

Proud Hosted by Zarconia.net
Quote · 7 Jun 2015

That is only shown to admins. In other words, only to those that create accounts using a email address of one of the admins of the FB app your using. Your regular members will not see it.

That scope has been depreciated by FB. Just remove it. Edit the file modules\deano\deanos_facebook_connect\classes\BxDbcsFaceBookConnectConfig.php

Look for this line.

$this -> aFacebookParams = array('scope' => 'email,user_hometown,user_birthday,user_about_me,user_interests,user_likes,user_photos,user_friends,user_relationships');

Change it to this to remove the depreciated scope.

$this -> aFacebookParams = array('scope' => 'email,user_hometown,user_birthday,user_about_me,user_likes,user_photos,user_friends,user_relationships');

https://www.deanbassett.com
Quote · 7 Jun 2015

Also note. For others that use the boonex version.

This problem will happen with the boonex version as well as they also have this depreciated scope in the config class.

Solution is similar. Just edit modules\boonex\facebook_connect\classes\BxFaceBookConnectConfig.php and remove the scope user_interests, from the scope config line.

https://www.deanbassett.com
Quote · 7 Jun 2015

Problem solved, thank you so much for your support

Quote · 8 Jun 2015

Hello Deano,

the installation went perfectly fine, but I also installed the facebook connect button and when I click on it this is what I get, please help me out with the solution, thanking you in advance.

attached the error message.

fb error message.jpg · 19.2K · 213 views
Quote · 8 Jun 2015

Hello,

never mind, I figured out, problem solved, thanks for your help

Quote · 8 Jun 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.