페이스북 연결 구문 수정
This commit is contained in:
@ -372,8 +372,11 @@ abstract class BaseFacebook
|
||||
return false;
|
||||
}
|
||||
|
||||
$response_params = json_decode($access_token_response, true);
|
||||
/*
|
||||
$response_params = array();
|
||||
parse_str($access_token_response, $response_params);
|
||||
*/
|
||||
|
||||
if (!isset($response_params['access_token'])) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user