Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know in the FB graph API, when you have a user's facebook name or user ID, you can get all the functional information on that user from the graph API. When you only have the email address of a user, can you grab the fb userID from the graph API associated with that email address?

Thank You

share|improve this question

1 Answer

up vote 2 down vote accepted

You can do a query by email and receive the id, name, profile url etc. using the graph api. Unfortunately, that works sometimes and not others. It had been working, then this bug was reported:

Searching Facebook profile with email address is no more working with Graph API

http://developers.facebook.com/bugs/292220680814266?browse=search_4fa1307a895f67895398056

Then it was fixed on March 2.

Just this morning, it appears to be broken again. Using the search api, I can search by name and get results, but replacing name with email returns an empty list.

Hopefully this is an intermittent issue.

share|improve this answer
thank you Cindy, do you perhaps know any other tricks tips or some workaround for this? We want to use this in a very integral part of our signup process, but if it is this unstable, it might not be worth it... – DextrousDave May 2 '12 at 14:58
I will mark your answer soon, just waiting to see if anyone else might know something about this....yeah I know, if it's broken it's broken, but a second opinion won't hurt... – DextrousDave May 2 '12 at 15:02
There is an open bug report here: developers.facebook.com/bugs/327295460672070 if you want to follow the status of when this function will be available again. – Cindy May 7 '12 at 14:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.