...
The refresh token is used to get a new access token once when the current one has expired.is about to expire. It cannot be refreshed after it is expired
In order to use it add the refresh token (provided in the original /oauth/token call) and change the grant_type to refresh_token.
...