I tried without success to write some query in Rails with Koala gem to get data form Facebook Insights for pages.
Can someone help me to write query for URL like this: https://graph.facebook.com/[Page-ID]/insights/page_fans
I tried:
@graph.get_object("[Page-ID]/insights/page_fans")