views:

360

answers:

2

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?

A: 

my solution http://gist.github.com/267412

Hey can you please update with the exact steps you took to get this working. I am also trying to do this. Thanks.
Amir
facebooker_publisher.rb goes in the lib folder. try the gist and let me know where you run into a wall.