Skip to content

Commit

Permalink
페이스북 연결 구문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Aug 25, 2017
1 parent 3d2d3b9 commit 8af8e13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/sns/facebook/src/base_facebook.php
Expand Up @@ -372,8 +372,11 @@ public function setExtendedAccessToken() {
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;
Expand Down

0 comments on commit 8af8e13

Please sign in to comment.