tags:

views:

33

answers:

1

hi...

i want to fetch the user information(from facebook) using FQL according to email...

select * from user where email='[email protected]'

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....

A: 

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

uid
name
username
BeRecursive
thank u mr BeRecursive..
vksh
i i m finding problem in searching through name .problem is Session key invalid or no longer valid. errorcode 102.
vksh