[Facebooker-talk] error in facebooker 1.0.13 using URI.parse, fix below
Lee Connell
lee.a.connell at gmail.com
Sun Feb 15 16:23:57 EST 2009
begin
+ require 'uri'
require 'curb'
Facebooker.use_curl = true
rescue LoadError
$stderr.puts "Curb not found. Using Net::HTTP."
require 'net/http'
end
require 'uri' is need for the url method.
also anyone using the latest, make sure json and curb is installed, curb
however is optional.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090215/093a881b/attachment.html>
More information about the Facebooker-talk
mailing list