dopiaza/dpzflickr

There is no license information available for the latest version (1.3) of this package.

PHP client library for Flickr.

1.3 2014-06-01 13:24 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:49:41 UTC


README

DPZFlickr is a Flickr API kit for PHP that supports authentication using OAuth 1.0a. It requires PHP 5.3 with the curl extension installed.

DPZFlickr is Copyright (c) 2012 David Wilkinson and is distributed under the MIT licence.

To see how to use this library, take a look in the examples directory

  • index.php - a simple non-authenticated Flickr call
  • auth.php - making an authenticated Flickr call
  • convert-token.php - converting an old-style authentication token to an OAuth access token
  • upload.php - upload a new photo
  • replace.php - replace an existing photo