1

I'm trying to access to my friends profiles on facebook using Spring social. It works fine but it seems there is a limit to the number of profiles recovered : I can't get more than 100 profiles (with my account or with a test account).

I saw that it is possible to set a limit the number of datas recovered on this post but I didn't see it anywhere in spring social facebook api.

So, do you know if this is something to manage via facebook or if this is a default setting with spring social ?

Community
  • 1
  • 1
merours
  • 4,076
  • 7
  • 37
  • 69

1 Answers1

1

The trouble came from the version I used, i upgraded dependencies to 1.0.3.RELEASE and it works.

merours
  • 4,076
  • 7
  • 37
  • 69