Returns photos that a user is tagged in.
If the target user has the “who can see photos of me” privacy setting set to prevent public access, a token and the photos:read permission are required.
This method can be called without an access token.
Parameters
user_id
integer
Identifier of the user whose tagged photos need to be returned.
By default, the current user. Required when called without a token.
offset
integer
(non-negative)
Offset into the list of photos for pagination.
count
integer
(1..1000)
How many photos to return.
By default 50.
extended
boolean
Whether to return extra fields about likes, comments, and tags for each photo.
By default false.
rev
boolean
Whether to return the photos in reverse order.
By default false.
Result
A paginated list of photos.