Returns all photos uploaded by a user or in a group.
Non-public albums require a token and the photos:read permission.
This method can be called without an access token.
Parameters
owner_id
integer
User ID or minus group ID whose 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.
Result
A paginated list of photos.