Returns tags for a photo.

Photos in non-public albums require a token and the photos:read permission.

This method can be called without an access token.

Parameters

photo_id
string

Identifier of the photo.

Result

An array of objects:

user_id
integer

Identifier of the tagged user. If the tag is unconfirmed or if it was created by entering a name instead of selecting a user from the friend list, this field will be absent.

id
integer

Tag identifier.

placer_id
integer

Identifier of the user who created the tag.

name
string

The name of the tagged person.

x1
float (0..1)

X coordinate of the top left corner of the tag area.

y1
float (0..1)

Y coordinate of the top left corner of the tag area.

x2
float (0..1)

X coordinate of the bottom right corner of the tag area.

y2
float (0..1)

Y coordinate of the bottom right corner of the tag area.

date
integer

Unixtime when this tag was created.

confirmed
boolean

Whether this tag was confirmed by the tagged user.

Errors

Global errors may occur when calling this method.