If I like more than 100 pages/things, FB.API(‘me/likes’) returns 99 items and a link to the next paging.
Is it possible to get ALL without the pagination?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried
/me/likes?limit=999?You may still need to paginate, but you should be able to get more than 99 items in a single call