Returns photos according to the filters specified.
public photos_get ( integer $subj_id, integer $aid, array $pids ) : array | ||
$subj_id | integer | Optional: Filter by uid of user tagged in the photos. |
$aid | integer | Optional: Filter by an album, as returned by photos_getAlbums. |
$pids | array | Optional: Restrict to a list of pids Note that at least one of these parameters needs to be specified, or an error is returned. |
return | array | of photo objects. |