I want to retrieve the logged in user country, and insert it into a div. I succeed making it with the user Name, Gender and Age range, but somewhy I can\'t retrieve the coun
v2.11 query:
/me?fields=hometown,location
permission:
user_hometown user_location
result:
{ "hometown": { "id": "XXXXREDACTED", "name": "Manila, Philippines" }, "location": { "id": "XXXXREDACTED", "name": "Manila, Philippines" }, "id": "XXXXREDACTED" }