Plugin details

Fliqz4R is a Ruby wrapper for Fliqz's Video Web Service and Search Web Service API.

Repositoryhttp://svn.savvica.com/public/plugins/fliqz4r LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://svn.savvica.com/public/plugins/fliqz4r

=== Requirements

* SOAP4R library newer than v1.5.5. At the time of this writing, the latest version was v1.5.8, which works fine. The stub files were created under 1.5.5, ans have been made some changes to work with SAOP4R gem versions.

Please install SOAP4R as if you don't have it yet:

sudo gem install soap4r



* Account ID from your Fliqz account

Please register an account on Fliqz.com before your start. It is free at this moment:

http://myvideos.fliqz.com/controlpanel/aspx/secure/RegisterForSelfServe.aspx

Then you can find your account id from:

http://myvideos.fliqz.com/ControlPanel/aspx/AccountInfo.aspx

=== Getting Started

After the installation, you can find an extra yaml file under your config folder:

config/fliqz_account.yml



Please open this file and put your Fliqz account id into it. Save it before close.

=== Examples

Say you have uploaded a video and Fliqz Uploader calls back tell you that:

video_id = '279272123d53d9473ea9352dca0dfdae'



If you want to know more about this video, you can do:

fliqz = Fliqz::VideoAPI.new  
video = fliqz.getVideoInfo(:VideoID => video_id)
@video_title = video.title # => 'Video 5'
@embed_tag = video.embed   # => ' video_id

=== Response Object

* All the structure of return objects are listed in:
  - For Video Web Services, please check lib/VideoServiceMappingRegistry.rb
  - For Search Web Services, please check lib/VideoSearchServiceMappingRegistry.rb


= Fliqz Flash Uploader Helper

Creates a embed tag that display a Fliqz Flash Uploader within an HTML page.

To use Fliqz Flash Uploader helper, please install Fliqz4R as a Rails plugin for now.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: Guest, over 5 years ago

Plugin Links

Plugin Search

Sponsors