ploner/RMixpanel

Auth doesn't work with data.mixpanel.com

Serenthia opened this issue · 2 comments

As of this past week, I'm not able to authenticate data.mixpanel.com endpoints (ie. "export") with the secret in the URL. Instead, it needs to be added as a Basic Auth header in the username. I've verified this via curl.

endpoint = paste('https://', account$apiSecret, '@mixpanel.com/api/2.0', sep='')

lawwu commented

I'm also seeing this error in the latest version 0.6-2, but it works if you use 0.5-2

Mixpanel updated their API without notifying their users or changing the documentation. They told me after letting them know about these issues via email.