Facebook Graph API get all comments
OK, so I've put a Facebook social plugin comments box on my site, in which i specified a Facebook Fanpage, as the comments target. Now what I want to do is get all comments that are present in the comments box on page my page. I'm using this: https://graph.facebook.com/comments/?ids=xxx In place of xxx I placed my fanpage url (displayed comments just from one day even with limit set to 10000) and when this didn't work I tried my page url, which resulted in nothing being displayed. I'm at a loss here, any help would be appreciated! The correct syntax to read comments from the Facebook Graph API