Facebook counts no longer working
-
Im not sure if this is a breaking change that facebook has rolled out, but facebook counts no longer seem to be returned from the url that you are using.
For instance, even if we use something like google share count check:
https://graph.facebook.com/?id=https%3A%2F%2Fwww.google.comIt returns no share count (or like count etc) stats.
I can see on line 18 in class-kiwi-social-share-socia-button-facebook.php you have this:
$this->api_url = ‘https://graph.facebook.com/?id=’ . rawurlencode( $this->get_current_page_url( $this->post_id ) );
Which is the URL you use to get the stats.But I don’t think this URL works anymore. Any thoughts?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Facebook counts no longer working’ is closed to new replies.