How could I find new friends using FQL Query, filtering the name of the undergraduate school?
Does not work:
select uid, name from user where education.school.name = "Universidade de São Paulo"
Because you have to use an indexed field such as code or subquery with friends who are my friends.