Zigu007
Zigu007

Reputation: 81

How to get "public" share counts using graph API

When I get the number of shares using the FB Graph API Explorer ({page-post-id}?fields=id,shares) I get:

{
  "id": "XXX_XXX",
  "shares": {
    "count": 79
  }
}

On the FB site, only shows "public" shares when we check: enter image description here
(text at the bottom: "Some posts may not be displayed due to their privacy settings")

Is there any way to fetch this quantity of "public" shares using the Graph API?
Or some other way than checking manually on the FB page?

Upvotes: 0

Views: 815

Answers (0)

Related Questions