Facebook app review

Facebook app review is mandatory from aug 1

Anyone did these?

what are the general items dolphin website requests about user from facebook app?

how to show it on the screen about these items access while user login or join via facebook. (we have to upload screencast https://developers.facebook.com/docs/facebook-login/review/examples#screencast)

What items to be added?

Quote · 30 Jul 2018

Thanks

Quote · 11 Sep 2018

Hi all!

 

The list of the requested parameters and fields from Dolphin to FB can be found in the file modules/boonex/facebook_connect/classes/BxFaceBookConnectConfig.php, see the folliwing lines:

 

$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,user_friends',

            'redirect_uri' => $this -> sPageReciver,

        );

 

        $this -> sFaceBookFields = getParam('bx_facebook_connect_extended_info') 

            ? 'name,email,first_name,last_name,gender,birthday,bio,hometown,location'

            : 'name,email,first_name,last_name,gender';

 

If the parameter "Fetch Extended Profile Info (Facebook App Review Is Required)" in the m/facebook_connect/administration/ is enabled then Dolphin will request the "long" list of the fields and params.

Quote · 12 Sep 2018
 
 
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.