Skip to content

Commit

Permalink
adding logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ballantyne committed Nov 7, 2011
1 parent 2ff9401 commit 56d537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/renren.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def signed_params

def session_key
puts @access_token.token
@session_key ||= MultiJson.decode(@access_token.get('/renren_api/session_key?oauth_token='+@access_token.token))
@session_key ||= MultiJson.decode(@access_token.get('/renren_api/session_key', {:oauth_token => @access_token.token}))
end

def request_phase
Expand Down

0 comments on commit 56d537d

Please sign in to comment.