0

My goal is to get the users' phone numbers by their UID or custom links even though they are not my friends. Tino Group Assistant is doing this really well, how can I get users' phone number like this extension? Any API or method, extensions is suggested? Link of the extension: https://chrome.google.com/webstore/detail/tino-group-assistant/pabbijpgioknanfnfidhocohgicpcpnl?hl=vi&fbclid=IwAR0HpFWjSMQDgLYA9LlLW_eWLQN2Q9zcBVF-bMb8rjQMlk9fZul9fZkyLWA

Input: List of Facebook users' ID or links

Expected output: List of users' phone numbers based on UID or links.

andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • scraping is not allowed on facebook, and there is no api for getting the phone number. also, any user data is none of your business unless the user specifically authorized you to use it. – andyrandy Dec 16 '19 at 08:26
  • this UID is collected from users, they send us and allow us to collect their phone number... – Ngô Văn Quyền Dec 16 '19 at 09:04
  • they have to do this with the api, by authorizing your app. else, everyone could just use any user id. and if they provide the UID, why would they not just provide their phone number too? sounds over-complicated. – andyrandy Dec 16 '19 at 10:25
  • This is for an action requiring users to submit a form, we do require users to provide the phone number, however, we also expect that it's not the fake ones. – Ngô Văn Quyền Dec 17 '19 at 01:54
  • users could also just enter a fake user id... – andyrandy Dec 17 '19 at 06:33

1 Answers1

0

No. See here for more information, from the Facebook API.

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

https://developers.facebook.com/blog/post/447/

Russ J
  • 828
  • 5
  • 12
  • 24