Facebook API Search by Phone Number

So, I have a huge list of phone numbers and you want to find facebook users for each of the phone numbers, if they exist. There are many iphone apps, etc. that pull in your contact list and map them to facebook accounts. Any ideas on how I can do this?

Thanks in advance.

Jim

+6
source share
1 answer

You will need to call the API login () function with the permission "user_mobile_phone". Then you can restore it as usual.

Here is the FB dev post and examples of this:

http://developers.facebook.com/blog/post/2011/01/14/platform-updates--new-user-object-fields--edge-remove-event-and-more/

-1
source

Source: https://habr.com/ru/post/959346/


All Articles