diff api-key-example.php @ 0:42c058ce5b7c

Initial public commit of Exif-Graphr
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Aug 2016 20:46:16 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/api-key-example.php	Sun Aug 14 20:46:16 2016 +0100
@@ -0,0 +1,5 @@
+<?php
+// Using the Flickr API needs an API key.
+// Get one from https://www.flickr.com/services/api/misc.api_keys.html
+// then create a file like this called "api-key.php"
+$api_key = '0123456789abcdeffedcba9876543210';
\ No newline at end of file