Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.07 KB

Noticings Uploader iPhone app

This is the source code for the Noticings Uploader iPhone app, which is available in the App Store.

Getting started

It's fairly standard iPhone app, designed for iOS 4.0. The only things left out are the Flickr API keys - you'll need to get your own. Put them in FlickrAPIKeys.h, like so:

#define FLICKR_API_KEY @"keyhere"
#define FLICKR_API_SECRET @"secrethere"

Contributors

  • Tom Taylor (author)
  • Tom Armitage
  • Ben Terrett (logo design)

Thanks

Thanks to lukhnos for ObjectiveFlickr which is awesome. ObjectiveFlickr is licensed under the MIT license.

License

The Noticings Uploader is licensed under Apache 2.0. In addition to the trademark protection that the license covers, don't use the logo or name "Noticings" in anything you do with this, or suggest that it is in anyway endorsed by Noticings or any of the contributors to the app.