使用 FQL 通过电子邮件搜索用户

发布于 2024-12-04 18:03:49 字数 325 浏览 1 评论 0 原文

我花了很长时间才确定为什么我的 fql 搜索在 javascript 中不起作用。最终发现旧的 REST API 页面来测试 FQL 查询后,我发现我无法执行此搜索,因为“电子邮件”列“不可索引”。

有什么方法可以执行这样的查询吗?

SELECT name FROM user WHERE email="[email protected]"

Took me quite a while to determine why my fql search wasn't working in javascript. After finally discovering the old REST API page to test FQL queries I discovered that I cannot perform this search because the 'email' column is "not indexable".

Is there any way I can execute a query like this?

SELECT name FROM user WHERE email="[email protected]"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疾风者 2024-12-11 18:03:49

根据图形 API 进行用户搜索。它无法通过 FQL 获得。

http://graph.facebook.com/[电子邮件受保护]&type=user&access_token=...

Do a user search against the graph API. It's not available via FQL.

http://graph.facebook.com/[email protected]&type=user&access_token=...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文