Retrieve the picture associated with a Facebook Graph API PlaceTag node without /picture edge? -
i'm working latest version of facebook's graph api (v2.3).
i'm using tagged_places
edge on user object show list of places i've been tagged. according docs, include location tags on photos, videos, posts, statuses , links on profile.
for each tagged place, receive placetag
node. according docs can use picture
edge retrieve picture tagged in location - presumably works when post in question photo (rather status or link, etc).
however seems picture
edge removed v2.3 of graph api. when perform request picture against placetag, following response:
{ "error": { "message": "(#12) picture edge type deprecated versions v2.3 , higher", "type": "oauthexception", "code": 12 } }
the docs don't provide alternative removed edge.
how can retrieve picture associated specific placetag
? possible graph api v2.3?
thanks
Comments
Post a Comment