I want to filter friends of the current user by their age. Is this possible using FQL? If so, what would the query look like?
-- EDIT --
An example of the kind of filtering im looking at is:
Find all friends between the age of 20-30
|
I want to filter friends of the current user by their age. Is this possible using FQL? If so, what would the query look like? -- EDIT -- An example of the kind of filtering im looking at is: Find all friends between the age of 20-30 |
||||
|
|
|
This will list your friends along with their birthdays. You can simply modify it to display pages fans:
|
|||
|