|
|
|
|
|
by parthdesai
3470 days ago
|
|
Select *
from fb_users
join wp_users
on wp_users.id = fb_users.phone_number A really basic query that will give you all the fb users who have listed their phone number. Also i just realized while typing this, i think fb started allowing logging in using your phone number around the time they bought whatsapp. So even the profiles that didn't give their phone number to fb, they could get it via this logging system. ( I guess i was a victim of that) |
|