I'm able to access FQL Insights metrics (http://developers.facebook.com/docs/reference/fql/insights/) such as "application_active_users" for my App via the Graph API; however, the Open Graph Insights metrics (http://developers.facebook.com/docs/opengraph/insights/) such as "published actions" and "ticker impressions" don't seem to be available via Graph API. I looked through the documentation thoroughly and don't see this addressed. Has anyone been able to access Open Graph Insights programmatically?
|
|
My impression is, these metrics are combined for us, and there is no way to access the individual metric. referring to: https://developers.facebook.com/docs/reference/fql/insights/ page_impressions_organic page_impressions_organic_unique The number of people who visited your Page, or saw your Page or one of its posts in News Feed or Ticker. These impressions can be Fans or non-Fans page_posts_impressions_organic page_posts_impressions_organic_unique post_impressions_organic* post_impressions_organic_unique* |
|||
|
|
|
Have you tried doing FQL through the graph api: http://graph.facebook.com/fql?q=[your insights query] |
|||
|
|