如何在 Meetup 中创建用户 API

How To Create A User in Meetup API

我目前正在玩聚会 API,我想使用聚会 API 在我的应用程序上创建用户,以便这些用户能够加入群组、创建活动等等.

我不确定我问的是否可行。

场景

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.

提前致谢!

我认为最接近您要求的是与 Meetup OAuth for login & signup to your site. Once they're logged in via Meetup Oauth, you should be then able to add that user to the group by doing a POST to /:urlname/members as described in the docs 集成。