I followed the tutorial here http://yardoc.org/docs/mmangino-facebooker/Facebooker/User#publish_story-instance_method using
@user.publish_to(@user, :message => 'hello world')
Where @user
is an instance of Facebooker::User
.
This method call causes the application to error out. Any help?