Note that there are some explanatory texts on larger screens.

plurals
  1. POvimeo - video request API oauth_timestamp issue
    primarykey
    data
    text
    <p>I am creating web application using struts framework with WASCE server. In that I want to load the <strong>vimeo</strong> videos when the user enter their username. So that I have created the application in vimeo developer site and got the apiKey, apiSecret, token and secret values. I have applied these values into my code. I got the correct(with video urls) JSON response when I run in local. </p> <p>But Whan I deployed it into the deticated server and check the response I got,</p> <pre><code>{"generated_in":"0.0039","stat":"fail","err":{"code":"401","expl":"The oauth_timestamp passed is either too far in the past or in the future. Vimeo thinks the current time is 1379053244","msg":"Invalid \/ expired token"}} </code></pre> <p>I have searched about this issue and got some solution as follows. </p> <pre><code>Looks like your server's time is set incorrectly. Vimeo's API is time-sensitive to within a few minutes. You should be able to ask your hosting provider to correct the server's time. </code></pre> <p>Ref: <a href="http://community.tubepress.com/topic/287-vimeo-no-videos-to-populate-this-tubepress-gallery/?p=989" rel="nofollow">http://community.tubepress.com/topic/287-vimeo-no-videos-to-populate-this-tubepress-gallery/?p=989</a></p> <p>So that I have checked server time. My local time is 11.00AM, Server Time is 23.00PM. Now I changed the server time to 11.00AM(Because 11.00AM is working in localhost). </p> <p>But Still I am getting the same issue. Can anyone tell me what may be the problem and how can I fix this.</p> <p><strong>Note:</strong> I have changed the local time to 23:00PM and I got that "Invalid expired token" resonse. So again change it to 11.00AM, I got a correct response.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload