如何在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用户。