0

Assume I have a website with Facebook comments (social plugin) like this.

Is it possible to get the comments from this site using the FQL or "comments.get" method of the REST API (note the responsible FB app is not mine)? It might be possible somehow, since the comments are displayed on the web arbitrarily...

Thank you for any suggestions!

4

2 回答 2

0

是的,您可以使用该comments.get方法获得评论。您需要使用每个 Comments-Widgets 的唯一 ID 作为第一个参数 ( xid)。

于 2011-02-05T21:29:12.207 回答
0

有 Graph API 调用:

https://graph.facebook.com/comments?ids=http://your.domain/your_url.html
于 2012-04-04T07:29:13.700 回答