Skip to content

Commit

Permalink
Merge pull request #194 from robstrong/hotfix_googleId
Browse files Browse the repository at this point in the history
User id being set for Google API
  • Loading branch information
ramsey committed Jan 6, 2015
2 parents a4c1c5b + 3f442b1 commit 0a8e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function urlUserDetails(\League\OAuth2\Client\Token\AccessToken $token)
{
return
'https://www.googleapis.com/plus/v1/people/me?'.
'fields=name(familyName%2CgivenName)%2CdisplayName%2C'.
'fields=id%2Cname(familyName%2CgivenName)%2CdisplayName%2C'.
'emails%2Fvalue%2Cimage%2Furl&alt=json&access_token='.$token;
}

Expand Down

0 comments on commit 0a8e12a

Please sign in to comment.