While using an FQL query to get likes on posts of a particular page ,we use the following code
SELECT post_id, like_info.like_count
FROM stream WHERE source_id = *Page ID*
While in graph API we use
9085937115/feed?fields=likes
How do we to get to know the "reach" of a particular picture. A picture has its own likes,comments,shares and "reach"
I've tried searching the docs but in vain.I have also tried bluntly replacing likes with reach,but with no result.
Can anyone please help me in finding the parameter for reach of particular post.Thanks
What you want is an insight, so if you want to know the reach of a particular post you have to do this:
/POST_ID/insights
This will return a lot of insights you just have to narrow, to the one you want, in this case you have 7 options that may suit to you:
The insights metric is available in 4 ways:
/{page-id}/insights
/{app-id}/insights
/{domain-id}/insights
/{post-id}/insights (where this is a Page post)
You can read more about insights metrics here: https://developers.facebook.com/docs/graph-api/reference/insights