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

can't get facebook count. #390

Closed
1 task done
MSakamaki opened this issue Apr 24, 2019 · 2 comments
Closed
1 task done

can't get facebook count. #390

MSakamaki opened this issue Apr 24, 2019 · 2 comments
Labels

Comments

@MSakamaki
Copy link

I am submitting a

  • Bug Report

What is the expected behavior?

the share count on facebook should show the number shared

What is the current behavior?

can't get facebook count.
the facebook API v2.8 has been abolished in April 18, 2019 and can not be taken without the app token.

https://developers.facebook.com/docs/graph-api/changelog/version2.8

What are the steps to reproduce?

the facebook count does not appear even with [showCount]="true".

https://stackblitz.com/edit/ngx-sharebuttons-mzmnnq

What is the use-case or motivation for changing an existing behavior?

An error occurs with https://graph.facebook.com/?id=[URL]

(# 100) To access URL engagement data, you need a valid user or app access token. "

It should be as follows.

https://graph.facebook.com/?id=[URL]&fields=engagement&access_token=[ACCESS TOKEN]

Which versions are you using for the following packages?

Angular: 7.0.2
Angular CDK: 7.0.2
Angular CLI: 7.0.2
Angular-fontawesome: 0.3.0
Share buttons: 6.0.1

Is there anything else we should know?

I will use the latest 7.x Share buttons if this update is reflected

@fengmao
Copy link

fengmao commented May 3, 2019

same problem here

@MurhafSousli
Copy link
Owner

They are deprecated from the source "Facebook", we will probably remove the count from all buttons in the next version

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

No branches or pull requests

3 participants