public
Description: ObjectiveFlickr, a Flickr API framework for Objective-C
Homepage: http://lukhnos.org/objectiveflickr/blog/
Clone URL: git://github.com/lukhnos/objectiveflickr.git
Click here to lend your support to: objectiveflickr and make a donation at www.pledgie.com !
commit  d1cfaf6c57acb4133130c7dd153ef404e6988d2b
tree    6406c3a28ec25dfed93b5bb872cf4de6b98d4bdb
parent  619150d6b3a8e9e48efa1cda3782614297f2d105 parent  96bd89a548af5e29ded07c9e1ff4b0a620638693
objectiveflickr / SampleAPIKey.h.template
100644 30 lines (28 sloc) 1.395 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// SampleAPIKey.h
//
// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org)
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following
// conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
 
#error Supply your own Flickr API key and shared secret it, or apply from http://flickr.com/services/api/keys/apply
#define OBJECTIVE_FLICKR_SAMPLE_API_KEY @""
#define OBJECTIVE_FLICKR_SAMPLE_API_SHARED_SECRET @""