I hope this is no duplicate - I found a lot of Q&A around the topic but nothing addressing this issue:
I am building an app on the Ionic Framework which allows me to access the phone's address book (Cordova Plugin) - and gives me access to the Facebook API (another Cordova Plugin).
The feature I am trying to build would use both to check: Which of your Facebook Friends are in your Address Book?
Pulling the data is not the problem, but what is the right approach to compare them? Firstname/Lastname? (I personally have people with Nicknames or who knows what, stored in my address book. So it wouldn't really work in many cases for me.)
Anyone who could point me to the a better approach here?