Hello, We use Constant Contact to send emails to contacts that we identify for our customers. These contacts are identified/acquired by us with the appropriate permissions. They are our contacts, not our customer's contact. Our solution then presents some or all of the contacts to our customers through our application. In order to choose the contacts to present we make API calls to "our" Constant Contact account. Currently, we use V2 API and would like to move to V3 API. We think that the server validation flow is right for us except for one step - step 2: Add the Authorization Request URL to Your Application There are 2 issues with this 1. Our solution is completely server-side and requiring human intervention to get a new token is cumbersome at best and unworkable at worst. 2. This is not a one time step, we will need to do this every time our token expires, which is very very likely. Is there some other way we can do this - without a manual step? Thanks! Rohit
... View more