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

facebook, facebook-graph-api, limit

Solution

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.

Problem

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.com/me/likes?limit=456

Original source