timenomad/dpzflickr

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

PHP client library for Flickr.

1.4.1 2016-03-02 13:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:51:10 UTC


README

Forked from https://github.com/timenomad/DPZFlickr

The additions are as follows:

  • Add option to set access token upon object instantiation (example: $api->setAccessToken(access token string))
  • Add option to get OAuth URL instead of an HTTP redirect (example: $api->authenticate('read', $is_redirect = false))
  • Fix composer.json ext-curl demanding version '0'