what I want to do is to get all of replies from here :
https://graph.facebook.com/293474140751567/comments
It doesn't matter if I get'em all at once (I know this isn't possible)
or get it separately by certain amount (I tried 500 at each using limit&offset params);
The problem is that I only can get max 1000 replies. (there are more than 2500 replies) If I set offset param to 1000, than I get no result at all.
Does anyone have an idea how to get all of the replies?