Skip to content

Instantly share code, notes, and snippets.

@Kosmas
Forked from nov/fb_graph_fql_sample.rb
Created September 21, 2011 14:35
Show Gist options
  • Save Kosmas/1232205 to your computer and use it in GitHub Desktop.
Save Kosmas/1232205 to your computer and use it in GitHub Desktop.
require 'fb_graph'
array = FbGraph::Query.new(
'SELECT name FROM user WHERE uid = me()'
).fetch(ACCESS_TOKEN)
p array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment