Returns a complete list of photos for a newsfeed entry.

This method requires the following permissions: photos.

Parameters

list_id
string

A list_id returned by newsfeed.get or newsfeed.getGroups.

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.

Errors

Global errors may occur when calling this method.