Is it possible to query the current address of my friends using Graph Api 2.2 (no Fql)?
I have already tried this
/me?fields=friends{address}
but it just returned the ids of my friends but not their address.
Two problems:
There is no such field as address
See https://developers.facebook.com/docs/graph-api/reference/v2.2/user#fields
You can't query for friends info anymore, because all friends_*
permissions have been deprecated with Graph API v2.0
See https://developers.facebook.com/docs/apps/changelog#v2_0_permissions