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