I am developing an application in which I want to collect all the location information the user has provided through either wall posts, checkins or photo uploads.
I have currently found the way to get the location tags attached to posts by accessing the place field that each entry of the feed connection has. In a similar way I have managed to get the location tags of user's checkins (place field of checkins connection).
However, I cannot find a way to get the location tags of the photos placed into albums. The fields I can access for each photo through the Graph API are: id, from, tags, name, icon, picture, source, height, width, images, link, created_time, updated_time, position.
(The tag field refers only to users' tagging.)
So, is there a way I can get the location tag of a photo?