Does anyone know why no matter how many comments a given graph status update object has, it will cap the comments at 25? I have a feeling it only returns a 'sample' of the actual comments on the object. How do I force it to get them all without using the FQL APIs?
|
|
This is just the way the Graph API works. Take a look at the API docs. You get 25 at a time and have to loop through them. You can use the timestamp (created_time) of the last comment in the batch as a parameter in the next Graph API call or you can use the
I'm fairly certain you can set the "limit" to anything 25 or below.
|
|||
|
|
|
I hope this link will help you How to move to the next page in Facebook JSON response using iOS SDK? |
|||||
|