Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

Does anybody knows how it's possible to perform an analysis on the iphone address book such as "Skebby" or "Viber" apps??? just to notify the user the contacts that are using the app.

share|improve this question
1  
You're going to need to provide more information here. What do these applications do with the address book? – Brad Larson Apr 1 '11 at 19:08
these applications scan the address book to see who is using the same application. Skebby is a messaging app to send free sms to other people using skebby. How can i do it??? – dario.pro Apr 4 '11 at 11:47
There's nothing in the address book that holds information about other applications, so they have to have some other service that these applications connect to. Perhaps they generate a unique hash based on user name and / or contact information, then associate that hash with an account on their servers on first use of that application. – Brad Larson Apr 4 '11 at 16:24
thanks for reply. these application don't use accounts, you don't have to log in to use them. so maybe they generate a unique id based on your phone number?? – dario.pro Apr 5 '11 at 7:59
By account, I didn't necessarily mean that there's anything you set up and manually log into. They could have the application automatically create an account on their server with a hash based on any unique data for a user as soon as they first start the application. – Brad Larson Apr 5 '11 at 16:57

1 Answer

Guess they manage a userdatabase exactly like skype, but instead of username they save the phonenumber including countrycode, as soon as provide yours they are saved in this database and the application scans your addressbook pro countrycode for assigned users, thoses who found are marked as application contacts.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.