I am using Facebook graph API to retrieve my friends list . but my api request only give count of friend.
{
"data": [
],
"summary": {
"total_count": 305
}
}
I am requesting with
https://graph.facebook.com/me/friends?access_token=xxxx
I have permission of
user_friends