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?