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.

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts.

learn more… | top users | synonyms (1)

2
votes
1answer
307 views

iOS6 Reading Facebook username ID from Addressbook

I can read Facebook friends first name, lastname, birthday ... but I am unable to read the Facebook username ID from my address book. If the Facebook detail is on my phone's addressbook it is reading ...
1
vote
3answers
246 views

AddressBook kABPersonEmailProperty returns nil for some contacts

I am using the following code to retrieve the email addresses of persons picked by the user ABMultiValueRef emailMultiValue = ABRecordCopyValue(person, kABPersonEmailProperty); NSArray ...
4
votes
2answers
1k views

need help : google, yahoo, hotmail contacts api

i want to import addressbook contacts from Gmail, Windows Live, and Yahoo just like Facebook. In facebook, when i click on Windows live importer, a popup comes with a login page of Windows live. how ...