Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i want to get comments for a facebook post in certain interval using facebook fql query.say there are 300 comments on this post and i want to show comments starting from 100 to 200 of the 300 comments.
there are many strange behaviour by the "limit" and "offset" field like say i have 50 comments if i use -
SELECT text,post_id  FROM comment  WHERE post_id="22196_1015133070997" LIMIT 50 offset 25

it returns first 25 comments and i couldn't make it reverse like showing comments starting 25 to 50.anyway what i want i wrote in first 3 lines.i am totally lost in researching on how to do that.kindly help me..asap

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900