So I have a UITableView of Facebook Friends and for a cell I want to add the image to it.
When I try the following code:
cell.imageView.
try
cell.imageView.image = [UIImage imageWithData:[NSData dataWithContentsOfURL: [NSURL URLWithString:[NSString stringWithFormat:@"http://graph.facebook.com/%@/picture", thisFriend.friendID]]]];