/* Last updated with phpFlickr 1.3.1 * * Edit these variables to reflect the values you need. $default_redirect * and $permissions are only important if you are linking here instead of * using phpFlickr::auth() from another page or if you set the remember_uri * argument to false. */ $api_key = "80797ac1486f62e1079db99b07504edb"; $api_secret = "882c22c758495bfc"; $permissions = "read"; $path_to_phpFlickr_class = "./includes/"; ob_start(); require_once($path_to_phpFlickr_class . "phpFlickr.php"); unset($_SESSION['phpFlickr_auth_token']); $f = new phpFlickr($api_key, $api_secret); $f->enableCache("fs", "/ubc/cs/home/a/ade/phpFlickrCache"); $f->setToken("1233337-ca9ece618cafc3d7"); // do redirect if there is one redirect if (!empty($_GET['extra'])) { header("Location: " . $_GET['extra']); } ?>
| Andrew David Eisenberg |
Pictures |
|||||||
|
| |||||||