aboutsummaryrefslogtreecommitdiff
path: root/lib/phpFlickr/getToken.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-10 07:06:54 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-10 07:06:54 -0500
commit30fe751219cd087eabcd0c880015c2d71f8186e1 (patch)
treee066ece9baa5f001c051e2bb405c573aa7e25db2 /lib/phpFlickr/getToken.php
parentb46b9b1464249916d105ee46f0bdb7972863070d (diff)
downloadelgg-30fe751219cd087eabcd0c880015c2d71f8186e1.tar.gz
elgg-30fe751219cd087eabcd0c880015c2d71f8186e1.tar.bz2
removed flickr integration
Diffstat (limited to 'lib/phpFlickr/getToken.php')
-rw-r--r--lib/phpFlickr/getToken.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/phpFlickr/getToken.php b/lib/phpFlickr/getToken.php
deleted file mode 100644
index 55180ea29..000000000
--- a/lib/phpFlickr/getToken.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
- /* Last updated with phpFlickr 1.4
- *
- * If you need your app to always login with the same user (to see your private
- * photos or photosets, for example), you can use this file to login and get a
- * token assigned so that you can hard code the token to be used. To use this
- * use the phpFlickr::setToken() function whenever you create an instance of
- * the class.
- */
-
- require_once("phpFlickr.php");
- $f = new phpFlickr("26b2abba37182aca62fe0eb2c7782050", "475e45cc580334da");
-
- //change this to the permissions you will need
- $f->auth("read");
-
- echo "Copy this token into your code: " . $_SESSION['phpFlickr_auth_token'];
-
-?> \ No newline at end of file