Skip to content

Commit

Permalink
update authhash
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispeterson committed Aug 12, 2011
1 parent bcadd3e commit 1c7ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-oauth/lib/omniauth/strategies/oauth2/liveid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def user_data

#client.request(:get, 'https://apis.live.net/v5.0/me', opts)
# @data ||= MultiJson.decode(@access_token.get('/me'))
@data ||= @access_token.get('https://apis.live.net/v5.0/me')
@data ||= MultiJson.decode(@access_token.get('https://apis.live.net/v5.0/me').body)
end

def user_info
Expand Down

0 comments on commit 1c7ae86

Please sign in to comment.