Skip to content

Instantly share code, notes, and snippets.

@notch8-old
Created July 29, 2011 01:23
Show Gist options
  • Select an option

  • Save notch8-old/1112948 to your computer and use it in GitHub Desktop.

Select an option

Save notch8-old/1112948 to your computer and use it in GitHub Desktop.
Facebook Example (uses Measured Voice)
a = FacebookAccount.find_all_by_name("Rob Kaufman").last
b = FacebookAccount.find_all_by_name("Plato Newton").last
# Setup session with Rob
@fb = MiniFB::OAuthSession.new(a.password)
# Post on Plato's wall
@fb.post(b.username, :type => :feed, :params => {:message => "You dog, whats up"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment