Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created May 22, 2014 16:55
Show Gist options
  • Save dtinth/7c976051dac16f8e7568 to your computer and use it in GitHub Desktop.
Save dtinth/7c976051dac16f8e7568 to your computer and use it in GitHub Desktop.
access_token = "..."
j = JSON.parse(`curl "https://graph.facebook.com/PeaceandOrderMaintainingCommand/feed?access_token=#{access_token}&limit=1000"`); nil
-> times { times.length * 60 / (times.max - times.min) }[j['data'].map { |c| Time.parse(c['created_time']) }]
# => 20.285306704707562
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment