Skip to content

Commit

Permalink
[OAuth2] Feature: Odnoklassniki - hydrate pictureURL
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 9, 2018
1 parent 9857f5c commit ffdd914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OAuth2/Provider/Odnoklassniki.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ public function getIdentity(AccessTokenInterface $accessToken)
'uid' => 'id',
'first_name' => 'firstname',
'last_name' => 'lastname',
'name' => 'fullname'
'name' => 'fullname',
'pic_3' => 'pictureURL'
]
);

Expand Down

0 comments on commit ffdd914

Please sign in to comment.