-
Notifications
You must be signed in to change notification settings - Fork 44
Facebook Share count not working #24
Comments
Because Facebook completely shutting down deprecated REST API. https://developers.facebook.com/blog/post/616/
Hello, @rrfranco92 ! Thank you for the report. Looks like facebook completely disabled their rest api. Now we can't get share counter from browser without access token. Currently i can't find the way how to get around this. Also you can use graph api https://developers.facebook.com/docs/graph-api |
Try this:
but apparently they removed a part of the results |
Thanks @ldo-tamedia for this solution. Please be careful with facebook counter :) it can not be shown to user because of rate limit...
Hello @ldo-tamedia ! Thanks for your comment. Yes your solution works, but it should not work :). Regarding documentation we should provide /**/ callback({
"error": {
"message": "(#4) Application request limit reached",
"type": "OAuthException",
"is_transient": true,
"code": 4,
"fbtrace_id": "DfFpebWbEsl"
}
}); Because they have limits requests per user IP. |
Hey,
I noticed that my facebook wasn't working and I went to see what was happening. I've found out that the facebook API you are using was deprecated today, 18th August.
Can you take a look at this? Will it possible using the new API or not?
Regards!
The text was updated successfully, but these errors were encountered: