search for: createfacebookmessag

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

Did you mean: createfacebookmessages
2008 Mar 14
14
Facebooker MQ now on RubyForge
...ou can setup a cron job to run script/runner FacebookerMqRunner.work(). What you need: 1) script/plugin install http://facebooker-mq.rubyforge.org/svn/trunk/facebooker-mq/ 2) You will need a migration to create the table that holds the messages. You can think if this table as the queue class CreateFacebookMessages < ActiveRecord::Migration def self.up create_table :facebook_messages do |t| t.column(:session_key, :string, :null => false) t.column(:expires, :string, :null => false, :default => "0") t.column(:uid, :integer, :null => false)...
2008 Jan 18
0
faceboooker_mq
...can setup a cron job to run script/runner FacebookerMqRunner.work(). What you need: 1) script/plugin install http://daveonrails.svnrepository.com/svn/projects/facebooker_mq 2) You will need a migration to create the table that holds the messages. You can think if this table as the queue class CreateFacebookMessages < ActiveRecord::Migration def self.up create_table :facebook_messages do |t| t.column(:session_key, :string, :null => false) t.column(:expires, :string, :null => false, :default => "0") t.column(:uid, :integer, :null => false)...