Search for FB user ID from email ID - for example, in MS Outlook 2010 social connection plugin

Is there a way to search for an FB user ID from an email address?

We are developing a site where I would like to show Pic's profile based on his email address - if the person is registered and the Pic profile is published.

Tried to search - but I can’t find any solution - where we can search for user id - based on email id.

This is similar to how the Social Connect plug-in for Outlook 2010 connects.

Thanx!

+4
source share
2 answers

You can use the following graph API call: / search?q=email@dot.com &type=user

However, it looks like this function may have an error. See: The Facebook Graph "search" API email terminated unexpectedly

Official bug: http://developers.facebook.com/bugs/292220680814266

0
source

Now the solution is a little more complicated, you can use the importer of friends from your Google account and fill out your Google contact using the Google API!

I installed the bot for this automatically, but I can not share it with you, sorry, you need to write ur own ^^

0
source

Source: https://habr.com/ru/post/1387739/


All Articles