Facebook fql 了解电子邮件、名字和姓氏。在Facebook上获取用户ID的FQL代码是什么?

Facebook fql 了解电子邮件、名字和姓氏。在Facebook上获取用户ID的FQL代码是什么?,facebook-fql,Facebook Fql,我只知道一个人的电子邮件、名字和姓氏。是否可以通过FQL获取用户ID?谢谢。facebook用户表中的列是不可索引的。对于使用where子句进行获取,u必须具有可索引列。如果您尝试使用这些列,您将得到以下错误 { "error": { "message": "Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked wit

我只知道一个人的电子邮件、名字和姓氏。是否可以通过FQL获取用户ID?谢谢。

facebook用户表中的列是不可索引的。对于使用where子句进行获取,u必须具有可索引列。如果您尝试使用这些列,您将得到以下错误

{
   "error": {
      "message": "Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://developers.facebook.com/docs/reference/fql ",
      "type": "NoIndexFunctionException",
      "code": 604
   }
}
因此,要获取用户ID,您需要具有任何可索引列