I want to get a contact's image from iOS AddressBook with:
NSData *contactImageData = ABPersonCopyImageData(person);
This works fine for local images but not for images synced with Facebook. How can I get these images? Do I have to load them manually from Facebook?