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