Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created June 10, 2009 18:31
Show Gist options
  • Save tammersaleh/127404 to your computer and use it in GitHub Desktop.
Save tammersaleh/127404 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment