How do I get facebook username based on email address?

4k Views Asked by At
1

There are 1 best solutions below

0
On

Just use:

https://graph.facebook.com/search?q=[EMAIL ADDRESS]&type=user&access_token=[APITOKEN]

You can actually get the API token by going to Facebook developer documentation and clicking on the friends link. The token is in the url.