Skip to content

Commit

Permalink
Merge pull request #102 from xVismutx/patch-3
Browse files Browse the repository at this point in the history
Fix facebook oauth bug
  • Loading branch information
Nodge authored Apr 9, 2017
2 parents f45efd9 + 4522f6f commit 5fcf7fd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/services/FacebookOAuth2Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,7 @@ protected function fetchAttributes()

return true;
}

/**
* @return array
*/
public function getAccessTokenArgumentNames()
{
$names = parent::getAccessTokenArgumentNames();
$names['expires_in'] = 'expires';
return $names;
}


/**
* @param string $response
* @return array
Expand Down

0 comments on commit 5fcf7fd

Please sign in to comment.