Retrieving Facebook comments, comments, and comments for a given URL with Graph v2.6 API

Like the Legacy REST API and the Facebook Query Language (FQL) will no longer be available after August 7th I'm looking for the Graph API v2.6 based on an alternative:

So far, this is my current equivalent v2.6: https://graph.facebook.com/v2.6/?id=YOUR_URL&fields=og_object{engagement},share{share_count}&access_token=YOUR_TOKENStill og_object{engagement} countand share_countseems to retain a total amount of, not as an equal, and thus count the number (see. Https://developers.facebook.com/docs/graph-api /reference/v2.6/url ).

Please, does anyone know how to get a share in Facebook, for example, and counting comments for a given URL with Graph v2.6 API? Thank you very much in advance!

+2
source share
1 answer

Finally, I reported an error at https://developers.facebook.com Here is the answer:

  • Legacy REST API Facebook Query Language (FQL) 7 2016 .
  • -, count share_count Facebook ( ) , , , . , Facebook Engineer:

(...), (, http://fb.me/), . , , , , . /?id= API- Graph share_count 2.

, .

+3

Source: https://habr.com/ru/post/1651728/


All Articles