I am new to iphone, am trying to get the email-id's of friends from my face book account. I need to
save this contact info into my application and display in a UItableview . I am using graph api, using
this am able to get the friend's list,feeds metadata etc. But i want to fetch the contact info of all
my added friends. This is my code to fetch the friends list:
FbGraphResponse *fb_graph_response = [fbGraph doGraphGet:@"me/friends" withGetVars:nil];
NSLog(@"getMeFriendsButtonPressed: %@", fb_graph_response.htmlResponse);
