-
Notifications
You must be signed in to change notification settings - Fork 19
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
Display upcoming events #101
Comments
Hey 👋, I wrote the original implementation and I took a look if I could fix this and the gap. I wanted to add some documentation and I dug into this and saw this was very shitty. I hope this saves someone some time. Meetup did not deprecated their RSS feed but put a rule that it requires to have OAUTH Flow / needed a registered developer API identity to read it. context. 1.
I looked through the docs, and you dont have to upgrade to the GraphQL API; Meetup disallowed any public access via the internet without OAUTH JWT Bearer token to read their stupid RSS feed. This leads you that you have to create a OAUTH API KEY request. I made a request and they denied it. Which is balls [1] https://www.meetup.com/api/oauth/list/
TLDR: I think if someone was to work on this; I would recommend just manually encoding a JSON file and adding the event with the correct details instead of calling the proxy file [1] [2] Make sure it matches the format for The frequency of events doesn't seem wild that it could be managed by humans. Also the CI is setup automatically to do this, similar to how the blog works. |
also PS. Meetup + Post WeWork sucks. Have y'all looked at moving to a different less extortionist event platform? 😂 |
As a user, who navigates to the home page, I should see a list of upcoming events. There exists an RSS feed at
https://www.meetup.com/NorfolkJS/events/rss/
. The current implementation is no longer maintained. The meetup API has changed significantly.The text was updated successfully, but these errors were encountered: