Displaying 2 results from an estimated 2 matches for "sync_method".
Did you mean:
async_method
2008 Mar 14
14
Facebooker MQ now on RubyForge
...le :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. If not I will setup
a rubyforge project and change the URL
This is a work in progress and any comments or code is totally welcome. It
has been developed from a...
2008 Jan 18
0
faceboooker_mq
...ble :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. If not I will setup
a rubyforge project and change the URL
This is a work in progress and any comments or code is totally
welcome. It has been developed from a...