Constants

NameValueDescription
VERSION '0.1'

Public Class methods


new (opts)

    # File facebook_bot/facebook_bot.rb, line 38
38:   def initialize opts
39:     @default_host = "www.facebook.com"
40:     @opts = {:headers => {'Content-Type' => 'application/x-www-form-urlencoded',
41:                           'Cookie' => 'test_cookie=1',
42:                           'User-Agent' => 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3'}}.merge(opts)
43:     login
44:   end