如何在FQL中通过电子邮件查询用户数据?

时间:2014-02-17 02:41:57

标签: php facebook

如何在FQL中通过电子邮件查询用户的uid?

例如:我的帐户电子邮件是'mingfish@qq.com',

我想使用fql查询我的facebook数据:

// not works
select uid from user where email = 'mingfish@qq.com'
// or
select uid from user where email = mingfish@qq.com


// can not post
// can not post
// can not post
// can not post
// can not post
// can not post
// can not post

或以其他方式检查此用户是否存在?我只想知道用户是否是在我的网站上注册此用户的真实Facebook用户。

0 个答案:

没有答案