Skip to content

Instantly share code, notes, and snippets.

@excid3
Created January 22, 2011 00:27
Show Gist options
  • Save excid3/790703 to your computer and use it in GitHub Desktop.
Save excid3/790703 to your computer and use it in GitHub Desktop.
@user = User.find(:all)
@users.each do |fbid|
result = JSON.parse(open(URI.encode("https://graph.facebook.com/me/friends?access_token=#{fbid.utoken}")).read)
@friendsp = result['data'][0]['id']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment