Skip to content

Instantly share code, notes, and snippets.

@taweili
taweili / mogli-httmultiparty.rb
Created October 12, 2011 13:50
Replace httparty with httmultiparty in Mogli to upload files with Facebook Graph API
facebook_access_token = "..."
client = Mogli::Client.new(facebook_access_token)
client.post("me/photos", nil, {:source => File.open("myphoto.jpg")})
@taweili
taweili / forman-install.sh
Created October 1, 2011 21:08
Foreman Gem on Lion with Xcode 4.2
CC=gcc-4.2 LD=gcc-4.2 CXX=gcc-4.2 CFLAGS="--with-gcc" LDFLAGS="--with-gcc" gem install yard foreman