Skip to content

Commit

Permalink
Merge pull request #4 from russ/master
Browse files Browse the repository at this point in the history
Meetup OAuth2 change
  • Loading branch information
tapster committed Jun 28, 2013
2 parents 864225f + 8dc9b8d commit 78fc398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/meetup.rb
Expand Up @@ -34,7 +34,7 @@ def request_phase
end

def raw_info
@raw_info ||= JSON.parse(access_token.get("/2/member/self?key=#{access_token.token}&access_token=#{access_token.token}").body)
@raw_info ||= JSON.parse(access_token.get('/2/member/self').body)
end

end
Expand Down

0 comments on commit 78fc398

Please sign in to comment.