Class: OmniAuth::Strategies::Renren::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/omniauth_china/strategies/renren/service.rb

Constant Summary collapse

DEBUG =
false

Instance Method Summary collapse

Instance Method Details

#post(params) ⇒ Object



10
11
12
13
# File 'lib/omniauth_china/strategies/renren/service.rb', line 10

def post(params)
  pp "### Posting Params: #{params.inspect}" if DEBUG
  Net::HTTP.post_form(url, params)
end