Can i get the insights of page facebook where i am not admin ? “with graph api”
for exemple:
{page_id}/insights/page_fans?since=2011-01-01&until=2011-05-05
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
No, of course not. You cannot get Google Analytics insights without being admin of a website either.
You CAN get the CURRENT amount of fans though:
/page-id?fields=fan_count
…and you can get two public insights:
/page-id/insights?metric=page_fans_country
/page-id/insights?metric=age_storytellers_by_country
Unfortunately, you can’t get all page facebook insights.
Only two insights are public:
page_storytellers_by_country
andpage_fans_country
.