search for: facebooker_session_override

Displaying 2 results from an estimated 2 matches for "facebooker_session_override".

2008 Mar 14
14
Facebooker MQ now on RubyForge
...rs, :text, :default => "") t.column( :response_xml, :text, :default => "") t.timestamps end end def self.down drop_table :facebook_messages end end 3) Cronjob or some other way to fire off FacebookerMqRunner.work() Misc: Look in facebooker_session_override.rb and you will see all the api methods that are currently offloaded to the queue. This can be added to or removed from by calling Facebooker:: Session.async_method or Facebooker::Session.sync_method I am kinda hoping to get this pushed into the Facebooker source so that it can be a config option...
2008 Jan 18
0
faceboooker_mq
...nd_attempt, :datetime ) t.column( :send_attempts, :integer, :default => 0 , :null => false ) t.timestamps end end def self.down drop_table :facebook_messages end end 3) Cronjob or some other way to fire off FacebookerMqRunner.work() Misc: Look in facebooker_session_override.rb and you will see all the api methods that are currently offloaded to the queue. This can be added to or removed from by calling Facebooker::Session.async_method or Facebooker::Session.sync_method I am kinda hoping to get this pushed into the Facebooker source so that it can be a config option....