fmhun/omniauth-mailchimp

uid is not correct

Closed this issue · 1 comments

floomoon,

The uid that you're setting for omniauth is the same for all mailchimp logins because you're using the client id sent from the app during oauth instead of the new user. MailChimp doesn't include a unique id in their initial response (http://apidocs.mailchimp.com/oauth2/). We'll need to do another request to get it.

That's right, feel free to send a pull request if you've fixed this mistake. Otherwise i will work on it as faster as possible. Thanks