Retrieving comments from "Facebook Comments" social plugin

545 views Asked by At

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!

2

There are 2 answers

2
anroesti On

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).

0
KrzysDan On

There is Graph API call for that:

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