Hi I have been trying to get the current location with fql from Graph API Explorer, but I got the following result:
{
"data": [
{
"current_location": null
}
]
}
I have made the following consult:
https://graph.facebook.com/fql?q=SELECT%20current_location%20FROM%20user%20WHERE%20uid=MYUID&access_token=MYACCESSTOKEN
It’s important to let you know that the access token I generate is made with the user_hometown and user_location permits needed. I wish to know how to do it properly.
Thanks!
Alberto