tsaleh (owner)

Revisions

gist: 127404 Download_button fork
public
Public Clone URL: git://gist.github.com/127404.git
Embed All Files: show embed
user.rb #
1
2
3
    def publish(feed_story_or_action)
      session.post(Facebooker::Feed::METHODS[feed_story_or_action.class.name.split(/::/).last], feed_story_or_action.to_params) == "1" ? true : false
    end