Skip to content

Commit

Permalink
필요없는 request data 삭제
Browse files Browse the repository at this point in the history
cardId 라는 request data 삭제
  • Loading branch information
pouu69 committed Oct 31, 2016
1 parent 2523734 commit 281c7eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LaravelFacebookUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function setTokenSession($sessionName){
protected function setData(array $data){
$data = (object)$data;

$this->CARD_ID = $data->cardId;
$this->WHERE_SHARE = $data->whereShare;
$this->ACCESS_ID = $data->accessId;
$this->ACCESS_TOKEN = $data->accessToken; // me 일경우 $data->accessToken은 페북개인엑세스토큰값
Expand Down Expand Up @@ -264,4 +263,4 @@ protected function sendResponse($status='done', $msg='', $data=null, $methodName
return false;
}

}
}

0 comments on commit 281c7eb

Please sign in to comment.