Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Drupal 7
Module integrates with the 23Video service

Pingbacks
You can have the API notify you of object changes on 23 Video through pingback notifications. This is done by configuring you OAuth consumer with a Pingback URL. A common usage for this approach is to both listen for new uploads to a site and to track the transcoding of an uploaded video.

For example, you might use http://backend.example.com/visual-pingback and whenever a photo's or video's title, description, tags, albums, channels or encoding status changes, a HTTP POST request is sent back to the specified URL:

http://backend.example.com/visual-pingback?type=photo&photo_id=12345
Using this information, you will be able to track changes in the 23 Video backend. The pingback itself only identifies the changed object; you will need to query /api/photo/list for updated information about the object.

Only photo objects are subject to pingback notifications.

Requirements
Media
OAuth 23Video

Project information

  • Created by spheresh on , updated