https://graph.facebook.com/me/friends?access_token=[ACCESS_TOKEN]&fields=name,gender,picture.width(1000)
When I request that Facebook returns the profile pictures and data of the user's friend list using the method above it only returns four results (four friends).
Is it possible to add a parameter to the above method to return all of the user's friends (or to set some limit for the number of friends to display)?