I wanted to follow up and see if there's an update to @GoldenRetrieverR's last comment. I'm trying to implement a server to server setup, and I'm struggling with something that should be really straightforward, just post new contacts from our severs to CC's. But now it seems like I need to have a daily job whose sole purpose is to capture a new access token, which seems like a waste of time and resources. Can someone confirm if there's a more straightforward way to access the V3 API in a server to server setup? Or will I need to go with the aforementioned daily token refresh? Further, server flow also seems to require a user to "grant access" to the application(judging by this: https://v3.developer.constantcontact.com/api_guide/server_flow.html?_ga=2.11847859.606592592.1583168525-945869616.1583168525#step-2-add-the-authorization-request-url-to-your-application), which isn't going to be happening on a server to server basis. Is there a way to skip this step? This process is understandable for creating third-party apps(like Shopify), but this isn't what we're doing.
... View more