开发者

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

开发者 https://www.devze.com 2023-01-14 19:15 出处:网络
i want to fetch the user information(from facebook) using FQL acco开发者_运维知识库rding to email...

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

精彩评论

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