Skip to content

Commit

Permalink
Renames SampleAPIKey.h; supply your own API key to build the examples…
Browse files Browse the repository at this point in the history
… here.
  • Loading branch information
Lukhnos D. Liu committed Apr 14, 2009
1 parent 8e55397 commit 313ab95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SampleAPIKey.h → SampleAPIKey.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.

#define OBJECTIVE_FLICKR_SAMPLE_API_KEY @"cf732d5ea5a5568a50b50556e6cd0d50"
#define OBJECTIVE_FLICKR_SAMPLE_API_SHARED_SECRET @"07676a799c5593b2"
#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 @""

0 comments on commit 313ab95

Please sign in to comment.