0
How could I locate new friends using FQL Query, using as a filter the name of the undergraduate school?
Doesn’t work:
select uid, name from user where education.school.name = "Universidade de São Paulo"
because you have to use an indexed field, like code or subquery with friends who are my friends.
Did you find a solution? Poste as an answer to help other people.
– Maniero
@Araponga Brots found some solution?
– Wellington Avelino