Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
페이스북 연결 구문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Sep 11, 2017
1 parent f39ac3c commit 2f0276d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/sns/facebook/src/base_facebook.php
Original file line number Diff line number Diff line change
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 2f0276d

Please sign in to comment.