Skip to content

Commit

Permalink
[OAuth1/Provider] Feature: Twitter - hydrate profile_image_url_https …
Browse files Browse the repository at this point in the history
…-> pictureURL
  • Loading branch information
ovr committed May 5, 2018
1 parent 4cf77c3 commit 4ffaca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OAuth1/Provider/Twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public function getIdentity(AccessTokenInterface $accessToken)
[
'id' => 'id',
'name' => 'fullname',
'screen_name' => 'username'
'screen_name' => 'username',
'profile_image_url_https' => 'pictureURL'
]
);

Expand Down

0 comments on commit 4ffaca0

Please sign in to comment.