$fql = "select name, interests , hometown_location, sex, pic_square from user where uid=" . $uid;
I am using this query to fetch the user's interests and info.
But i am getting only name hometown_location , sex etc.
I am using this query to fetch the user's interests and info. But i am getting only name hometown_location , sex etc. |
||||
|
|
|
You probably do not have the appropriate permissions: you need the user_interests permission for that. See https://developers.facebook.com/docs/reference/api/user/ for the permissions listing. |
|||
|
|