I want to get the userNames of people in my friends list . How can i achieve that ?
I am using
https://graph.facebook.com/me/friends&access_token=...
This is returning me a json response with all the Name and IDnumber ? I want somehow to get the Username ( Not userID ) ?
There is one way that I access each ID and then get the userName but that will take so long considering I have 500 friends. Is there some shorter way / easier way to do that ?