-
Notifications
You must be signed in to change notification settings - Fork 44
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-count is zero, but facebook debugger returns 30 #127
Comments
Problem can be solved by changing:
Replace in function
with
And in function Add
|
This seems to be an issue with the settings of your facebook user. AFAIK you can set the minimum API version per user. I suppose your's is 2.10 |
If you create a new Facebook App, you can not set an API-version < 2.10 . So the current code does only work if you created your app a while ago. |
Alright. Thanks for figuring that out. Time to update the code then. |
Pull request see #128. Please test. |
Works for me :) |
Any idea, when this will be merged? My users (I created a little extension for Pagekit CMS) are waiting for this :) |
@SPQRInc Maybe ask here: #128. |
Great, it has been merged :) Now I'm just waiting for a release of version 7.1, which includes the bugfix :) |
@SPQRInc No need to wait, 7.0.1 is out. |
This should be fixed in 7.0.1. |
Hi there,
am using the backend for quite a while now.
But unfortunately the facebook-count always shows
0
.This is my config:
This is the result:
{"facebook":0,"googleplus":0}
But it should be 30?
The text was updated successfully, but these errors were encountered: