Documentation home page

CFlickr.interestingness
Component InterestingnessInterface

AbstractInterface
  |
  +--interestingness.InterestingnessInterface

Method Summary
public PhotoList getList([date date], [string extras], [numeric per_page], [numeric page])
Returns the list of interesting photos for the most recent day or a user-specified date.

Methods inherited from AbstractInterface
init
 

Method Detail

getList

public CFlickr.photos.PhotoList getList([date date], [string extras], [numeric per_page], [numeric page])
Returns the list of interesting photos for the most recent day or a user-specified date.

Parameters:
date date (Optional) - A specific date to return interesting photos for.
string extras (Optional) - A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo.
numeric per_page (Optional) - Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.
numeric page (Optional) - The page of results to return. If this argument is omitted, it defaults to 1.