简体   繁体   中英

Searching users by email with FQL

Took me quite a while to determine why my fql search wasn't working in javascript. After finally discovering the old REST API page to test FQL queries I discovered that I cannot perform this search because the 'email' column is "not indexable".

Is there any way I can execute a query like this?

SELECT name FROM user WHERE email="user@email.com"

Do a user search against the graph API. It's not available via FQL.

http://graph.facebook.com/search?q=zuck@fb.com&type=user&access_token= ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM