Currently I have used facebook4j for accessing friend list from facebook. I am able to get rest of the details of user such as username, date of birth, gender, family details, prfile picture URL and so on. But in case of friendlist I am getting only 8 to 9 friends. So, I need access to full friend list. Below is my code which I have used for accessing friend list.
FacebookFactory ff = new FacebookFactory(configuration);
Facebook facebook = ff.getInstance();
facebook.getFriends();