Comment to 'Facebook connect'
Comment to Facebook connect
  • Hi Will, am having this same issue that seem not to go away, could you please share how you trashed it? Thanks in advance.

    • Hi Will, am having this same issue that seem not to go away, could you please share how you trashed it? Thanks in advance.

      Hey DeDiary, were you able to config and have it work properly?

      • You may try to delete the user_friends from the following line in the modules\boonex\facebook_connect\classes\BxFaceBookConnectConfig.php

        $this -> aFaceBookReqParams = array(

                    'scope' => getParam('bx_facebook_connect_extended_info') 

                        ? 'email,public_profile,user_friends,user_birthday,user_about_me,user_hometown,user_location'

                        : 'email,public_profile',

                    'redirect_uri' => $this -> sPageReciver,

                );