tags:

views:

32

answers:

1

Hi, 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 paging 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?

A: 

Try using the offset parameter in your requests to return the next page of comments

Stevko
It's been a while since I asked this question. as much as I remember I tried this (anyhow, if the fql itself, which shouldnt be "paged" is blocking me form getting more than 50, it's not likely that the "wrapped" methods that are based on fql would bring me more) anyway, I converted to the new API , at least partially.
Hagai

related questions