i playing fb graph api explorer fantastic tool test graph api. met weird case.
first of all, have access token permissions access myself account. here query:
me?fields=id,name,address
but got:
{ "id": "alongnumber", "name": "stringname" }
where "address" returned?
thanks
derek
@tobi suggests might documentation bug. can confirm it?
there no such field address
. have @
to see fields available. current location, can use me?fields=id,location{id}
, , request location.id
object in second request location details.