This project is not covered by Drupal’s security advisory policy.

Integrates with the twitter 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 twitter API by providing remote entities and integration with the Rules module.

Similar projects

The twitter module integrates with twitter by pulling twitter data into the database during cron runs. The flux twitter API takes a different approach as it directly communicates with the twitter API (beside caching) and builds upon the flux Services integration framework.

Requirements

Related projects

API

  • The module connects to twitter via the Guzzle web service client and provides a clean API for developers to interact with twitter.
$account = entity_load_single('fluxservice_account', $id);
$tweets = $account->client()->GetUserTimeline(array('screen_name' => 'fluxkraft'));
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