FB_Graph_Response = [FB_Graph doGraphGet:@"me/friends" withGetVars:nil];
// NSLog(@"%@",[FB_Graph_Response.htmlResponse JSONValue]);
arrFriendsList = [[[FB_Graph_Response.htmlResponse JSONValue]objectForKey:@"data"]retain];
fbグラフAPI(上記のリクエスト)を使用してアプリの友達リストにアクセスしましたが、友達のプロフィール画像を取得できません。それを取得する方法は?