views:

35

answers:

1

How would I get the userid of somebodys facebook from there email address :)

Thanks

A: 

You need to create an application and then use your access token with the following query:

https://graph.facebook.com/search?q=EMAILADDRESS&type=user&access_token=ACCESSTOKEN

BeRecursive