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

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

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: Developer Tools, Automation, Integrations
  • Created by fago on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases