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
Fields in Fb API are now concatenable, so, for a detailed info of User's location you need:
scope="public_profile,user_location" fields="name,location{location{country, country_code, city, city_id, latitude, longitude, region, region_id, state, street, name}}"