stevenkaras / omniauth-mailchimp

MailChimp OAuth2 strategies for omniauth
MIT License
3 stars 9 forks source link

Bumped MailChimp API to v3 as v2 is no longer supported by MailChimp. #2

Closed SirRawlins closed 6 years ago

SirRawlins commented 6 years ago

MailChimp dropped support for v2 API last year, and it's no longer documented, and prone to issues. This PR changes the request for account details from v2 to v3.

This ensures better future support and also fixes a few permissions related issues authorizing non-Owner/Admin accounts using the strategy.

SirRawlins commented 6 years ago

Thanks for merging this in, really appreciate it. 👍