3
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(上述要求), 訪問我的應用程序的好友列表,但我沒能獲得朋友的個人資料圖片。如何得到它?如何獲取好友的個人資料石化公司FB