An object containing statistics about applications, pages, and domains.
The Page, Application and Domain objects have an insights connection of this type. Post objects also have this connection where the Post was made by a Page.
Available metrics include application and page hits, adds, removes, and likes.
Use Facebook Insights to claim your domain.
Insights can be retrieved only as an array. To read Insights you need
access_token for the publicly available application_active_users metricaccess_token for all Insights for that appread_insights permissions for all apps, pages and domains owned by this userFor more details on which insights are available please review the FQL Insights table
The application active users metric on the Graffiti app:
Note: That start and end dates can be applied using since and until unix timestamps based on midnight in PST described in UTC.
The Insights object has the following fields.
| Name | Description | Permissions | Returns |
id | ID of the insight | generic |
|
name | Name of the metric | generic |
|
period | Length of the period during which the insights were collected | generic |
|
values | Individual data points for the insight | generic |
|
description | The full description of the metric | generic |
|