Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

error updating to tubepress_pro_2_1_2


  • Please log in to reply
1 reply to this topic

#1 Jesus Olmo

Jesus Olmo

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 07 February 2011 - 04:55 PM

I've just updated tubepress pro plugin to tubepress_pro_2_1_2 and get broken.
I tried to repeat the process as described here:
http://tubepress.com...ix...ts-broken/
but VimeoUrlBuilder.class.php has another path and the code has changed.
Where do I have to put the Consumer Secret and Consumer Key now?

$base = 'http://vimeo.com/api/rest/v2';

$params['format'] = 'php';
$params['oauth_consumer_key'] = $tpom->get(org_tubepress_options_category_Feed::VIMEO_KEY);
$params['oauth_nonce'] = md5(uniqid(mt_rand(), TRUE));
$params['oauth_signature_method'] = 'HMAC-SHA1';

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 09 February 2011 - 08:12 PM

Did you get this squared away? The docs on supplying the correct Vimeo keys can be found here: http://tubepress.com...pp..._api_setup

Another user posted an issue about this today, not sure if it was you or not. Please let us know if you're up and running. Thanks!