Animoto Widget SunDawgCo

About

This is a sample Ruby Web application to integrate with the Animoto Workflow Widget.

Components Covered

The sample application tests the following concepts when working with the Animoto Workflow Widget:

  • Creating a widget with a set of pre-selected images with proper signature security.

  • Displaying the widget in an iframe while your site maintains control of the outer frame/browser.

  • Handling the final video callback from the widget (if video generation is enabled for your widget).

  • Handling the Animoto Storyboard from the widget and generating a video through the Animoto API via the API Ruby Gem (if video generation is disabled for your widget).

  • Capturing callbacks from Widget Services when rendering events are completed from your widget.

Dependencies

The Ruby framework used to run this application was Sinatra 1.0.

www.sinatrarb.com

You can install Sinatra, by running:

gem install sinatra

What You Need From Animoto

You will need the following from Animoto to get your application to work:

  • Partner ID

  • Partner Secret

  • A Workflow Widget Application ID

  • Animoto Platform Key

  • Animoto Platform Secret

Try It Out

You can try the application here:

ruby-workflow-sample.animoto.com

You can run tests to verify the application via:

ruby test/endpoints_test.rb

More Information

Copyright Information

Copyright © 2010 Animoto Inc. All rights reserved.

Notice – this software is owned by Animoto Inc. (“Animoto”) and is being licensed to you in source code form on the condition that you comply these terms. By continuing to use the software, you are agreeing to be bound by these terms. If you disagree with these terms, you must immediately stop using the software and permanently destroy it, or return it to Animoto.

Animoto hereby grants to you a limited, personal, worldwide, nontransferable license to copy, execute, compile, reproduce, modify, prepare and have prepared derivative works of the software solely for the Purpose. The “Purpose” shall mean use of the software for accessing the Animoto Application Programming Interface (“API”) in accordance with Animoto’s Terms of Service, and any other terms and conditions applicable to your Animoto user account.

For purposes of clarity, you agree that you have no right to use the software for any other purpose other than the Purpose as defined above. This license does not include the right to distribute, transfer, sell, or otherwise commercialize the software or any portion thereof.

To the extent you make any derivative works from software, you hereby grant back to Animoto a worldwide, irrevocable, perpetual, sublicenseable, assignable, royalty-free license to such derivative works, in source and object code form.

You agree to include these terms in all copies made of the software, and to not remove or alter the above copyright notice or these terms in such copies.

THIS SOFTWARE IS PROVIDED “AS IS,” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR THE WARRANTY OF NON-INFRINGEMENT.

IN NO EVENT SHALL ANIMOTO BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY SPECIAL, PUNITIVE, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, THOSE RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ANIMOTO HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OF THIS SOFTWARE.

You agree to indemnify defend and hold Animoto, its parents, subsidiaries, affiliates, officers and employees, harmless from any liabilities, claims, expenses or demands, including reasonable attorneys’ fees and costs, made by any third party due to or arising out of your use of this software, derivative works created by you, the violation of laws, rules, regulations or these terms, and the infringement of any intellectual property right by your derivative works or by you.