I have tried facebook graph APIbut returns me approx 500 result per request. but i want more result.
so is there any way to get more than 500 results or is there any third party tool which provides facebook public posts based on any search term?
|
I have tried facebook graph APIbut returns me approx 500 result per request. but i want more result. so is there any way to get more than 500 results or is there any third party tool which provides facebook public posts based on any search term? |
||||
|
|
|
I answered a similar question just a few minutes ago :
I used ten million just as an example - but as was stated in the comments of the question i posed above - there might be some sort of internal limit and its not guaranteed that you'll get ALL the items you request if the total is really a big number. |
|||
|
|
|
I would suggest using the paging object that is part of the Graph API's response. and you can see there's a pagination object on the response called
|
|||
|