Returns photos from an album.
Non-public albums require a token and the photos:read permission.
This method can be called without an access token.
Parameters
album_id
string
Identifier of the photo album.
For system albums, pass profile or saved here.
owner_id
integer
When getting photos from a system album, whose album it is (user ID or minus group ID).
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.