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