Vimeo strategy for [Opauth][1], based on Opauth-OAuth.
-
Install Opauth-Vimeo:
cd path_to_opauth/Strategy git clone git://github.com/LubosRemplik/opauth-vimeo.git Vimeo
-
Create Vimeo application at https://developer.vimeo.com/apps/new
-
Configure Opauth-Vimeo strategy with at least
Consumer key
andConsumer secret
. -
Direct user to
http://path_to_opauth/vimeo
to authenticate
Required parameters:
<?php
'Vimeo' => array(
'key' => 'YOUR CONSUMER KEY',
'secret' => 'YOUR CONSUMER SECRET'
)
tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2.