I am working on a project which requires to display friendlist of my facebook account. When I am assigning me/friends it gives me the number of count of the friends I have in my account, like, {
"friends": { "data": [ ], "summary": { "total_count": 122 } }, "id": "290538796816510" }
I am not getting any names in "data". while, on the other side when I am using "me/friendlists" it only gives me the names of the lists like "close friends", "family", etc. Can anyone tell me how do I get the names of my friends.