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