I have the Facebook sdk getting profile pics in my iPhone simulator. But for some reason it doesn't get the image on the device. I'm using the FBProfilePictureView.
/** The user's profile picture. */
@property (nonatomic, strong) IBOutlet FBProfilePictureView *profilePic;
And setting the user id
[cell.profilePic setProfileID: user.fbid];
Has anyone else come across this?
I can get mine back the same way. But I can't get friends'