Skip to content

Commit

Permalink
Update Facebook API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodge committed Apr 9, 2017
1 parent f236143 commit 0ecd71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/FacebookOAuth2Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class FacebookOAuth2Service extends Service
'authorize' => 'https://www.facebook.com/dialog/oauth',
'access_token' => 'https://graph.facebook.com/oauth/access_token',
];
protected $baseApiUrl = 'https://graph.facebook.com/v2.5/';
protected $baseApiUrl = 'https://graph.facebook.com/v2.8/';

protected function fetchAttributes()
{
Expand Down

0 comments on commit 0ecd71d

Please sign in to comment.