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. /search?q=email@dot.com&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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This was a bug (https://developers.facebook.com/bugs/292220680814266) and should now be resolved. Thanks. |
|||
|
|
|
I looked thru Facebook's documentation and they don't have specified you can search by email address, only by name. https://developers.facebook.com/docs/reference/api/ (see the searching section). Where did you find in their documentation you can search by email address? Can you send me a link? I'm really thinking someone hacked into that feature and now Facebook considers it a security hole, and they plugged it. |
|||||||||||||
|
A user access token is required to request this resource.– webarto Dec 21 '11 at 19:52