You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
Meetup is moving away from API key support. Is there a plan to update this plugin?
The text was updated successfully, but these errors were encountered: