I am using Rfacebook
library to get friends of mine. I selected "unversioned" as API version and select all check box in Get Access token
but it return only 5 friends out of 170 friends. I am using below statement to retrieve the friends
my_friend <- getFriends(token, simplify=T)
I read on multiple post that some "user_friend
" permission is required.
I did the same with my wife facebook account and it return all the friends even mutual friends (which I can't retrieve using my own facebook access token). It seems that there is some problem in facebook security settings.
Please help to identify the issue.
Thanks....
Adding more info
I opened Graph API explorer directly and select "unversioned" as version and generate access token using "Get Access Token". I used that token to get the friend list.