Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook share count is a wrong #67

Open
anorudes opened this issue Sep 19, 2017 · 1 comment
Open

Facebook share count is a wrong #67

anorudes opened this issue Sep 19, 2017 · 1 comment

Comments

@anorudes
Copy link

anorudes commented Sep 19, 2017

Hello.

The shares of the facebook include other data - number of comments, likes and more.
https://www.sharedcount.com/ (Add any url and click the plus)

For example: http://google.com
Shares: 14.66m
Comments: 2.68m
Comments Plugin: 10.13k
Reactions: 26.2m

The "social-share-kit" give out sum of numbers.

How to get only shares count?

@matinfo
Copy link

matinfo commented Sep 19, 2017

The number of share returned come from: https://graph.facebook.com/?id=http://google.com.

To get more precise result need to use FB API call, and to do such call, need a FB accessToken.

FB dev doc say: However, an app_access_token or user_access_token is needed for engagment field requests.

Social-share-kit currently not request such FB accessToken for simplicity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants