This project is not covered by Drupal’s security advisory policy.
Integrates with the flickr API based upon the flux Services integration.
This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the flickr API by providing remote entities and integration with the Rules module.
Similar projects
The flickr module provides a filter for inserting flickr photos and photosets in your content.
Requirements
- flux Services integration (obviously)
API
- The module connects to flickr via the Guzzle web service client and provides a clean API for developers to interact with flickr.
$account = entity_load_single('fluxservice_account', $id);
$photos = $account->client()->searchPhotos(array(
'text' => 'Doc Brown',
'format' => 'json',
));
Supporting organizations:
Initial development.
Project information
Seeking new maintainer
The current maintainers are looking for new people to take ownership.No further development
No longer developed by its maintainers.- Project categories: Developer tools, Automation, Integrations
- Created by fago on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

