I am trying to read the lifetime value for the domain_feed_clicks
metric. I can get the daily database data by default, but it does not return lifetime data, although the API supports this. You can confirm this at https://developers.facebook.com/docs/reference/fql/insights/#domain_content
I am using Facebook C # SDK. I am also having problems getting Insights data using FQL, so I switched them to recovery this way, but it also does not work. Can anyone shed light on what I'm doing wrong?
URL: https://graph.facebook.com/ {domain_id} / insights / domain_feed_clicks? access_token = {access_token}
source share