Skip to content

Instantly share code, notes, and snippets.

@kbighorse
Created February 16, 2011 20:15
Show Gist options
  • Save kbighorse/830087 to your computer and use it in GitHub Desktop.
Save kbighorse/830087 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'koala'
token = "XXXX"
graph = Koala::Facebook::GraphAPI.new token
puts graph.get_object 'me'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment