|
About
API Key & Shared secretIf you want to build and run the source, you'll need to obtain a Flickr API key and shared secret. (http://www.flickr.com/services/api/keys/) Once you do this update: Source/FlickrManager.cs private static String apiKey = "[API KEY HERE]"; private static String sharedSecret = "[SHARED SECRET HERE]"; Update: This was changed to point to Settings.Local.ApiKey and Settings.Local.SharedSecret by default. Files
Visual Studio Project Files
NAnt Build Scripts
ChangeLogLibraries
|
► Sign in to add a comment