tapster/omniauth-meetup

[INFO] Using with Meetup Pro in 2021 && Getting Events || Signup for Groups

Opened this issue · 0 comments

Greetings..

If anyone ends up here, below might help in a couple of instances that I ended up burning some time on during a bootcamp.

Hope they help someone in the future, they are from a project i worked on for a Le Wagon Bootcamp => https://github.com/julianharr/lumina

Scopes when using DEVISE:
add with spaces, not ',' like omniauth-facebook uses
scope: 'rsvp ageless group_join'

Getting events for a seed file:
logic flow to get events using Meetup PRO api
https://gist.github.com/03c1367c5e7ee3918092142c8a884aae

Signup for Groups
logic flow for signing up for groups and RSVP to events
https://gist.github.com/f159422f882afe9811a36734cb1b84a0

Thanks again to the GEM contributors
Chris