Skip to content

Commit

Permalink
add location to meetup's user_info
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Dec 20, 2010
1 parent b2cc966 commit 15666c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oa-oauth/lib/omniauth/strategies/meetup.rb
Expand Up @@ -37,6 +37,7 @@ def user_info
{
'name' => member['name'],
'image' => member['photo_url'],
'location' => member['city'],
'urls' => {
'profile' => member['link']
}
Expand Down

0 comments on commit 15666c8

Please sign in to comment.