开发者

Retrieving comments from "Facebook Comments" social plugin

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 n开发者_运维问答ot mine)? It might be possible somehow, since the comments are displayed on the web arbitrarily...

Thank you for any suggestions!


Yes, you can get the comments with the comments.get method. You'll need to use the Unique ID every of your Comments-Widgets has as the first parameter (xid).


There is Graph API call for that:

https://graph.facebook.com/comments?ids=http://your.domain/your_url.html
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜