2

Title sums it up. Almost identical to my recent twitter question at How do I get a Twitter username based on an email address?.

Community
  • 1
  • 1
Trindaz
  • 17,029
  • 21
  • 82
  • 111

1 Answers1

2

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.

BeRecursive
  • 6,286
  • 1
  • 24
  • 41