Method: Facebooker::PublishTemplatizedAction.process_with_bebo_adapter
- Defined in:
- lib/facebooker/adapters/bebo_adapter.rb
.process_with_bebo_adapter(data) ⇒ Object Also known as: process
64 65 66 67 68 69 70 |
# File 'lib/facebooker/adapters/bebo_adapter.rb', line 64 def process_with_bebo_adapter(data) if(Facebooker.is_for?(:bebo)) element('feed_publishTemplatizedAction_response', data).text_value else process_without_bebo_adapter(data) end end |