I have integrated my application with Constant Contact using authorization code flow. After the authorization request and generating the authorization code i have created the access token and refresh token. Just want to know the expiry of refresh token because i want to use the refresh token to refresh access token. Can I reuse this always to refresh access token with going to authorization request or Authorization code
... View more