소셜로그인 페이스북 아이디로 로그인 오류 수정 및 트위터 앱 링크 수정

This commit is contained in:
thisgun
2020-11-05 14:34:56 +09:00
parent ed1d882091
commit 5102e87649
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ function social_extends_get_keys($provider){
"keys" => array("id" => $config['cf_facebook_appid'], "secret" => $config['cf_facebook_secret']),
"display" => "popup",
"redirect_uri" => get_social_callbackurl('facebook'),
"scope" => array('email'), // optional
"scope" => 'email', // optional
"trustForwarded" => false
);