Downloading https://graph.facebook.com/GROUP_ID/feed?limit=500&access_token=TOKEN, gives me the all entries in that group (I collect more posts using paging->next).
But, after reviewing some posts, I see that there are at least 500 comments, but the feed returns only 50.
I don't see any pagination for dealing with the comments, so how can I "ask" for more?