I want to obtain long term access tokens on the server side for Dailymotion. I have been following http://www.dailymotion.com/doc/api/authentication.html , but it only gives a short term access token along with a refresh token
I have implemented the same for Facebook, where I just passed the short term token in exchange for a long term one which is valid for 60 Days.
Is there a similar thing available in Dailymotion