-
Notifications
You must be signed in to change notification settings - Fork 101
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 error since today #80
Comments
OK. here is a quick solution of mine to get this work before @tabalinas fixes the issue. replace those lines in jssocials.js.. (line : 448 to 458) facebook: {
label: "Like",
logo: "fa fa-facebook",
shareUrl: "https://facebook.com/sharer/sharer.php?u={url}",
countUrl: function() {
return "http://graph.facebook.com/?id=" + this.url;
},
getCount: function(data) {
return data.share.share_count;
}
}, |
Hi Thanks for your answer. But this is getting me
:( Frank |
@mustafaonurcelik, thank you for the solution. @LDSign, seems to work fine for me. Are you sure you have shares for the url you are testing? getCount: function(data) {
return data.share && data.share.share_count || 0;
} |
unfortunately this solution is also dead as of today :( |
Are you sure? It's still working for the demo page http://js-socials.com/demos/ Why do you think it's dead? |
I was getting error #403 but now it's OK, i don't know why. |
Hi
The facebook share or facebook itself throws an error since this morning:
"OAuthException: (#12) fql is deprecated for versions v2.1 and higher"
Could you have a look at it?
Thanks,
Frank
The text was updated successfully, but these errors were encountered: