Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The ABAddressBook opaque type provides a programming interface to the Address Book — a centralized database used by multiple applications to store personal information about people. Available on iOS 2.0 or above , and Mac OS X
0
votes
0answers
152 views
Fetch only facebook contacts from address book
I need to fetch only facebook contacts from address book. I have gone through many threads and have come up with following code.
- (IBAction)buttonPressed:(id)sender {
if ...
0
votes
1answer
140 views
How to get iOS AddressBook contact's facebook-synced photo?
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 ...
0
votes
1answer
155 views
how to ignore FB/Other social contacts in address book when counting contacts
I need to get the count of only my local contacts from Address Book, not any social networks. How do i filter other contacts out programmatically?
In another words, how Contacts application shows ...
1
vote
1answer
107 views
Not receiving kABDatabaseChangedExternallyNotification upon disabling syncing contacts from Facebook account with the ABAddressBook
Normally, when contacts are added to or removed from the shared address book, the kABDatabaseChangedExternallyNotification notification is posted. However, when one disables automatically pulling ...
