You can get friendList along with respective name and id using FBGraph API like this:
FbGraphResponse *fb_graph_response = [fbgraph doGraphGet:@"/me/friends" withGetVars:nil];
But how to get name, id and picture of all friends using FBGraph API?
You can get
friendListalong with respectivename, id and pictureusingFBGraph APIlike this:Responsewill beEDIT : You can
loaction,birthday, and manyother fieldslisted in FBGraph API Documentation.Just change
param dictionaryin above code