I am currently playing with the meetup API and I want to create users on my application using the meetup API so that these users will be able to join groups, create events and so on.
I am not sure whether what I am asking is possible.
Scenario
A user visits www.example.com and signs up for an account, the website hits
the endpoint to create a user on the meetup API, and the user is redirected
to their home screen on www.example.com.
The user is then able to upload profile images, search for groups and, and
and.
Thanks in advance!