I'm trying to import the insights data as json object, but there are some of the data doesn't retrieved on the json object like "Organic shares" and "Demographics" data. Any ideas how could I retrieve this data to be able to display it on my application ?
Here is how I import the data from facebook: https://graph.facebook.com/Domain_ID/insights/?access_token= ?????????????
You can run an FQL statement via the Graph API looking for
page_impressions_organic
,page_posts_impressions_organic
,page_posts_impressions_organic_unique
,post_impressions_organic
,post_impressions_organic_unique
,page_fans_gender_age
, etc.See http://developers.facebook.com/docs/reference/fql/insights/