Hello Folks,
I am trying to develop a application where
- The user 'X' has logged into Facebook
- app has a set of email addresses (possible friends of user 'X')
- app gets the list of friends of user 'X' (uids)
- Want to check if user with email address [email protected] is a valid facebook user by using email address and is user X's friend (basically a uid to email mapping)
Thanks!