Does anyone know the correct syntax to add friend tags to photos you upload to your Facebook albums? Is it possible to send tags together with the photo you are uploading to your Facebook album?
In the Facebook graph api it refers to this:
tags= array of objects, the x and y coordinates are percentages from the left and top edges of the photo, respectively
Alternatively below can also be used but seems you’d need to do another post request to
PHOTO_ID/tags?tags=[{“id”:“1234”}, {“id”:“12345”}]
Not sure what is the correct syntax for the tags code to fit into what i send with the photo.
Any suggestions? Or is it not possible to send tags together with an uploading photo?
[import]uid: 66228 topic_id: 25048 reply_id: 325048[/import]