Guest User

Untitled

a guest
Jun 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Connection<User> myFriends = fb.fetchConnection("me/friends", User.class);
  2. myFriends.getData(); //List size just = 5
  3. myFriends.getTotalCount(); // this method return 52 (I have 52 friends).
Add Comment
Please, Sign In to add comment