Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Graph API "search" by email suddenly stopped working

We have an application that issue search requests (FB Graph API) using an email address as the main query parameter, so basically we are searching users by email (e.g. /[email protected]&type=user). Everything was working perfect until yesterday when suddenly we started to get 0 results from that request. We are not aware if something has changed on the way the search API works, or if without previous notice that feature is not supported anymore. Does anybody else has had the same issue, or has any info about it?

like image 943
falomir Avatar asked Dec 21 '11 19:12

falomir


2 Answers

This was a bug (https://developers.facebook.com/bugs/292220680814266) and should now be resolved. Thanks.

like image 192
Baris Yesugey Avatar answered Sep 29 '22 23:09

Baris Yesugey


This functionality was deprecated because of low utilization, and they have no current plans to re-enable it. Have a look

https://developers.facebook.com/x/bugs/453298034751100/
like image 29
Smit Avatar answered Sep 29 '22 23:09

Smit