I am fairly new to REST concepts
I want to obtain access token for Dailymotion. I am following http://www.dailymotion.com/doc/api/authentication.html
I am using a REST client called POSTMAN on Chrome to test the responses. Step 3 in the link http://www.dailymotion.com/doc/api/authentication.html says I need to pass the authorization code obtained in Step 2. The authorization code is a HTML code that I have obtained. I have tried putting the exact same code in Step 3 and making a POST request, but it gives a "Invalid authorization code" error.