Skip to content

Instantly share code, notes, and snippets.

@rjungemann
Created July 13, 2011 17:39
Show Gist options
  • Save rjungemann/1080833 to your computer and use it in GitHub Desktop.
Save rjungemann/1080833 to your computer and use it in GitHub Desktop.
Use Koala to send a SWF attachment to Facebook
SocialProperty.first.facebook_client.put_object '119328154811026', 'feed', {
"message" => 'cool',
"type" => "swf",
"source" => "http://dl.dropbox.com/u/2293356/swf_sample/Viking_Kittens.swf",
"picture" => "http://dl.dropbox.com/u/2293356/swf_sample/Viking_Kittens.png",
"width" => "160",
"height" => "120",
"expanded_width" => "320",
"expanded_height" => "240"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment