Mercurial > repos > other > exif-graphr
annotate api-key-example.php @ 3:c1d89ae900d5
Put zero on the focal length axis
Before we went to 90% of smallest value, which is 3.6mm when you've
got a camera phone - barely seems worth the lack of label!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 29 May 2017 14:31:41 +0100 |
parents | 42c058ce5b7c |
children |
rev | line source |
---|---|
0
42c058ce5b7c
Initial public commit of Exif-Graphr
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1 <?php |
42c058ce5b7c
Initial public commit of Exif-Graphr
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
2 // Using the Flickr API needs an API key. |
42c058ce5b7c
Initial public commit of Exif-Graphr
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
3 // Get one from https://www.flickr.com/services/api/misc.api_keys.html |
42c058ce5b7c
Initial public commit of Exif-Graphr
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
4 // then create a file like this called "api-key.php" |
42c058ce5b7c
Initial public commit of Exif-Graphr
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
5 $api_key = '0123456789abcdeffedcba9876543210'; |