What is the maximum value for limit when using the Facebook Graph API?

后端 未结 2 1929
感动是毒
感动是毒 2021-01-06 09:26

What is the maximum value of the limit parameter when using the Facebook Graph API?

https://graph.facebook.com/me/friends?limit=123

https://graph.facebook.co

2条回答
  •  渐次进展
    2021-01-06 09:49

    As sad as it may be this is undocumented and was never fully described in documentation.

    BTW, Sometimes using Graph Explorer i notice paging links have 5000 limit specified, sometimes it's much lesser value. It may or may not be consistent across different methods and objects.

提交回复
热议问题