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
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2024-12-21 20:35:59 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'