Displaying 1 result from an estimated 1 matches for "my_publish".
Did you mean:
do_publish
2008 Mar 11
2
trouble with MyPublisher.deliver_story
hi,
I can''t seem to be able to delivery stories!
I have this in my controller
MyPublisher.deliver_story(@current_facebook_user.friends.first,
@current_facebook_user, @object.id)
This is in models/my_publisher.rb
# story is published to the story of the to user
def story(to, f, object_id)
send_as :story
recipients to
title "An object?"
body "#{fb_name(f)} is sending you a message about #{link_to(''this
object'', show_object_path(object_id))}.&...