strangely , lately when I'm trying to retrieve comments with the old facebook api I can get only the latest 50. And I didnt see any p开发者_如何学编程aging option there. And it doesnt matter if I use stream.getcomments or directly FQL . The weird thing is that using the same fql with the new api gives me all the comments. got a clue?
Try using the offset parameter in your requests to return the next page of comments
精彩评论