This Question is tricky, How can I get the "Pages to Watch" statistics using the api, at this moment i just reach the total likes using
https://graph.facebook.com/{PAGE_ID}?fields=id,name,fan_count&access_token={TOKEN_XXXXXX}
And I like to get something like this.
but when I try to use other insights query´s data section returns empty, I know that not all the information is public, however I would like to be able to obtain the statistics corresponding to the elements that appear in the section of "Pages to watch" as "Total Page Likes,From Last Week,Posts This Week, Engagement This Week ". Again.. Thanks.
https://graph.facebook.com/{PAGE_ID}/insights/page_fan_adds?debug=all&method=get&pretty=0&suppress_http_code=1&since=1477612800&access_token={TOKEN_XXXXXX}
or for example
https://graph.facebook.com/{PAGE_ID}/insights/page_engaged_users/day?debug=all&method=get&pretty=0&suppress_http_code=1&since=1477612800&access_token={TOKEN_XXXXXX}