The GetPopularPhotos method retrieves most popular photos.
Photo[] GetPopularPhotos( int offset, int limit )
An array of most popular photos in the specified range.
The GetPopularPhotos method retrieves a portion of all photos sorted by the number of visitors in descending order. Calling this method with offset set to zero retrieves the most popular photos.
The information returned by this method is subject to access control. The method will only return photos accessible to the current user.