gpt4 book ai didi

facebook - FQL - 我如何根据他们的工作历史过滤 friend

转载 作者:行者123 更新时间:2023-12-02 05:00:43 28 4
gpt4 key购买 nike

我正在尝试使用 fql 根据工作历史过滤我的 friend ,但 fql 没有返回任何结果。这是我正在尝试的 fql:select uid,username,work from user where uid in (select uid1 from friend where uid2 = $myid) 和 work.employer.id IN ($someid)

我得到了结果 -{ “数据”: [ ]

我做错了什么吗?

最佳答案

这是因为工作字段不像其他字段那样服从,因为数组是如何为每个工作对象设置的。例如 strlen(work.employer.id) 给出 0。

所以简而言之,FQL 不支持此功能。您可以尝试提交错误报告。

关于facebook - FQL - 我如何根据他们的工作历史过滤 friend ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16550027/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com