Hi I working with the Graph API - Searching (https://graph.facebook.com/search) and every time send me only 25 results and want to know how I can get more of 25 and maybe filter by date. I hope you can help me
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Look at the Paging in the Graph API documentation. Are you sending the "limit" parameter in the request? It looks like it is defaulting to 25 if you don't pass it and you get a paging object in the response which contains request URLs for the next/previous pages and you can use those to easily query the pages and show them. Sample "paging" object in the search response:
|
||||
|
|