开发者

Retrieving comments from "Facebook Comments" social plugin

开发者 https://www.devze.com 2023-02-09 00:07 出处:网络
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 responsi

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

精彩评论

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

关注公众号