node.js - 如何在 Meetup API 中创建用户

标签 node.js angular meetup

我目前正在使用 meetup API,我想使用 meetup 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 集成用于登录和注册您的网站。他们通过 Meetup Oauth 登录后,您应该能够通过对 /:urlname/members as described in the docs 执行 POST 操作将该用户添加到群组中。 。

关于node.js - 如何在 Meetup API 中创建用户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52781308/

相关文章:

javascript - 从外部 JavaScript 访问 JSON 数据

javascript - 检测到网站上的奇怪注册模式

javascript - 为什么下面的代码总是在立即之前打印超时?

javascript - Angular2 http重试逻辑

angular - ionic CLI 3 : ionic cordova resources - any chance to avoid login

node.js - Angular Cli 代理在一个环境中工作,但在另一个环境中返回 ECONNRESET

python - 使用 Python 3 将 JSON 转换为 CSV

javascript - react 器模式在 Node.js 中是如何工作的?

javascript - 运行跨多个 grunt.js 文件配置的任务

javascript - 使用 Meetups API javascript 获取数据