From this release the project will be known as Athena - LINQ to flickr API. Features done in this release 1. Extras support for photo search. 2. WebUrl 3. Fixing of Date issue of photos. 4. Photo...
The GetUrl() method builds a URL based on the order of Dictionary keys. The key order is unspecified in a Dictionary. I needed to change the code because I am porting it to Java using Grasshopper <...
What is Extras /// <summary> /// A comma-delimited list of extra information to fetch for each returned record. /// Currently supported fields are: license, date_upload, date_taken, owner_name, ic...
Move the Linq.Flickr configuration sections out of appSettings into a specialized ConfigurationSection to avoid cluttering in larger applications.
<b>Sample Query</b> var query = ( from ph in context.Photos where ph.ViewMode == mode && ph.User == "##YourUserName##" && ph.PhotoSize == PhotoSize.Original ...
from ph in context.Photos where ph.User == "someuser" select ph; This will return the latest photos.
Currently, the web supports only private photo viewing, change it to public photo viewing , -Add a Search text box - Add radio for public and private option.