Iβm seeing the error come through my logs:
RequestException: 429, Too Many Requests, Client error: `POST https://authz.constantcontact.com/oauth2/default/v1/token` resulted in a `429 Too Many Requests` response
This makes sense given Step 8: Refresh the Access Token of the API Docs says this:
Constant Contact rate limits the Token endpoint. A 429 response will likely be returned if you attempt to refresh an access token before every V3 API request. Constant Contact recommends that you only send a refresh token request to get a new access token if your existing access token is expired or about to expire.
Line 995 of src/Service/ConstantContact.php does exactly that.
Check the logs of a site with a high trafficked site.
Probably need to move the refresh token into cron and have some sort of expiration check.
Active
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.