I am using mrt:facebook-sdk package with meteor js and angular for facebook api, I am trying to access user friends who are accessing this app so I have asked for some permission like this :
FB.init({
appId : appId,
status : true,
xfbml : true,
secret: secret,
requestPermissions: ['user_friends','read_friendlists', 'read_mailbox']
});
but while Login with facebook , it ask for public profile only and also, getting empty friendlist