Skip to content

Commit

Permalink
Update Facebook error param names (fix #63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodge committed Jan 3, 2016
1 parent 25963e7 commit f38eca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Yii2 EAuth Change Log
=====================

### dev
* Fixed error param names for Facebook (#63)

### 2.3.0 (17.10.2015)
* Added InstagramOAuth2Service (#61)
* Fixed default token lifetime (#53)
Expand Down
3 changes: 0 additions & 3 deletions src/services/FacebookOAuth2Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ class FacebookOAuth2Service extends Service
];
protected $baseApiUrl = 'https://graph.facebook.com/';

protected $errorParam = 'error_code';
protected $errorDescriptionParam = 'error_message';

protected function fetchAttributes()
{
$info = $this->makeSignedRequest('me');
Expand Down

0 comments on commit f38eca2

Please sign in to comment.