开发者

How can i access user infromation using FQL according to email id?

i want to fetch the user information(from facebook) using FQL acco开发者_运维知识库rding to email...

select * from user where email='abc@xyz.com'

how can i use this in asp.net application through using some API.. (https://api.facebook.com/method/fql.query?query=QUERY.)

plz reply

kind regards....


You can't email; is not an indexable field. Indexable queries from the user table include:

uid
name
username
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜