Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meetup API Key -> OAuth2 #4

Open
M0nica opened this issue Aug 4, 2019 · 2 comments
Open

Meetup API Key -> OAuth2 #4

M0nica opened this issue Aug 4, 2019 · 2 comments

Comments

@M0nica
Copy link

M0nica commented Aug 4, 2019

Note: We are no longer supporting new API keys, and will soon be restricting access using your existing key. As an alternative, you can use OAuth2. Learn more.

Meetup is moving away from API key support. Is there a plan to update this plugin?

@gildotdev
Copy link

I came here wondering the same thing. I've been using the Meetup API directly on a community site I run but with this change I thought maybe I could switch and use Gatsby.

@elmariachi111
Copy link
Contributor

the API doesn't require a key (yet?) to query public group details; you can (currently) safely omit the key option when configuring this plugin. Using OAuth2 in a Gatsby context would mean that you need a token for your user that allows unattended api calls which will supposedly only be available for Meetup Pro users (https://www.meetup.com/meetup_api/auth/#oauth2servercredentials). It seems that meetup.com has found some business model here so I assume that unauthenticated calls might fail sooner or later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants