1
votes

I want to get all facebook comments from certain page via facebook api.

I'm checking comments using https://developers.facebook.com/docs/plugins/comments/
If I check comments for test.com - I can see 77 coments of other peoples.

But when I'm trying to get comments by open graph method I get an empty answer: https://graph.facebook.com/comments/?id=http://test.com
(I've tried encoded url also)

Am I missing something? Is there are some special requirements to get comments via open graph?

1

1 Answers

0
votes

Apparantly it works if you add a trailing slash to the URL:

https://graph.facebook.com/comments/?id=http://test.com/