Skip to content

Commit

Permalink
Merge pull request #515 from roccoblues/0-3-stable
Browse files Browse the repository at this point in the history
0-3-stable branch: add missing email address to xing strategy
  • Loading branch information
sferik committed Oct 20, 2011
2 parents 20a0e18 + cf5dae6 commit 6d20b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oa-oauth/lib/omniauth/strategies/oauth/xing.rb
Expand Up @@ -39,6 +39,7 @@ def user_hash(access_token)
'first_name' => person['first_name'],
'last_name' => person['last_name'],
'image' => person["photo_urls"]["large"],
'email' => person["active_email"],
}
end

Expand Down

0 comments on commit 6d20b1b

Please sign in to comment.