Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I get all comments from a url in facebook? [closed]

I'm trying to get all the comments of a url that was added to facebook. is this possible?

like image 814
daily-learner Avatar asked Feb 28 '12 18:02

daily-learner


People also ask

How do I get Facebook to show all comments all the time?

To change the order of comments, click the current comment ordering option in the bottom left of the post (example: Newest, All Comments, Most Relevant), and then select a new option: Newest to show all comments, with the newest comments first. All Comments to show all comments, including potential spam.

How do I get the URL of a Facebook comment?

Choose Comment Link To get the link to a comments right-click the timestamp right next to a comment and copy the link address (Details see: Getting a comments's URL).


1 Answers

It is possible to get all comments (from Comments social plugin) associated with URL by issuing next request to Graph API:

http://graph.facebook.com/comments?id=URL

For example some article on TechCrunch:

http://graph.facebook.com/comments?id=http%3A%2F%2Ftechcrunch.com%2F2012%2F02%2F27%2Fyahoo-stabs-facebook-in-the-back-says-pay-for-its-patents-or-get-sued%2F
like image 57
Juicy Scripter Avatar answered Sep 30 '22 05:09

Juicy Scripter