· 7 years ago · Sep 06, 2018, 03:24 PM
1POST /oauth/token HTTP/1.1 Host: api.dailymotion.com Content-Type: application/x-www-form-urlencoded grant_type=authorization_code&client_id=<API_KEY>&client_secret=<API_SECRET>&redirect_uri=http://www.example.org/callback&code=<AUTHORIZATION_CODE>