Method: Facebooker::Service#post_form_with_net_http

Defined in:
lib/facebooker/service.rb

#post_form_with_net_http(url, params) ⇒ Object



35
36
37
# File 'lib/facebooker/service.rb', line 35

def post_form_with_net_http(url,params)
  Net::HTTP.post_form(url, params)
end