RefreshOAuthAccessToken
Refreshes the OAuth access token from Pinterest.
Input
Name | Type | Required | Description |
OAuthRefreshToken | String | True | Set this to the token value that expired |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The access token used for communication with Pinterest. |
OAuthRefreshToken | String | The OAuth refresh token. This is the same as the access token in the case of Pinterest. |
ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |