In nodes I am using the FB module for getting Graph API for getting insights on the page. For that i am giving request like
EX: https://graph.facebook.com/v2.2/12345_12345/insights?since=2014-12-01&until=2014-12-31
And I tried to manually hit in browser like
I refer following link and based on the instruction I tried some request, but I am getting only empty data even it has a data.
select date range to get insight of the page || get insights data of facebook page https://developers.facebook.com/docs/graph-api/reference/v2.2/insights https://www.facebook.com/help/336893449723054
NOTE: 12345_12345 is page.data.id value here I gave duplicate value.