Oauth2 Client Service

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extends the oauth2_client module to offer more flexibility, and easier access through the Drupal 7 dependency injection container, service_container.

This is a developer module, use it to add OAuth2 capability to your own module. Configuration for your client is stored as a Ctools exportable. Since OAuth2 implementations vary so greatly, you can include a custom Class in your configuration, and override/tweak/improve the vanilla implementation to your heart's content!

To use:

Soundcloud File Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Offers a new field type which accepts and stores an audio file in Drupal, and queues it for automatic upload to Soundcloud. The file is displayed using the Soundcloud player. This is helpful when you want a soundcloud player, but also want access to the file, for example to:

* provide an alternative to the player
* show file metadata (getID3 module and similar only work on local files!)
* Offer the file as a part of a podcast

To use:

Youtube File Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Offers a new field type which accepts and stores a video file in Drupal, and queues it for automatic upload to Youtube. The file is displayed using the Youtube player. This is helpful when you want a youtube player, but also want access to the file, for example to:

* provide an alternative to the player
* show file metadata
* Offer the file as a part of a videocast

To use: