I'm trying to get the user location from Facebook.
In the Graph API › User page, says:
location : A JSON object containing name and id
I need the location name, and I cannot get it. So far I've done:
$loc = $facebook->api('/me', array('fields' => 'location'));
But I don't get it and don't know what else to do ..
Thanks a ton!