Skip to content

Instantly share code, notes, and snippets.

@willbailey
Created March 25, 2010 20:56
Show Gist options
  • Save willbailey/344102 to your computer and use it in GitHub Desktop.
Save willbailey/344102 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'flareshow'
Flareshow::Service.configure('<domain>')
Flareshow::Service.authenticate('<your username>','<your password>')
flow=Flow.first
flow.create_post(:content => "Hello World")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment