用api创建会议是,进行用户登录

Description
您好,是这样子的,我们用的API来创建会议,并获取创建会议的ID,我们试听过client_id和client_secret来获取访问令牌的,但是每次调用的时候会调到zoom的登录界面,需要账户密码登录一下,我想问一下可不可以在内部进行登录

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @xiaoqia,

First step is for user to go to the login page and authorize.

Take user here:

https://zoom.us/oauth/authorize?response_type=code&client_id=7lstjK9NTyett_oeXtFiEQ&redirect_uri=https://yourapp.com

Instruction: https://marketplace.zoom.us/docs/guides/auth/oauth#getting-access-token


第一步是让用户转到登录页面并进行授权。

将用户带到这里:

https://zoom.us/oauth/authorize?response_type=code&client_id=7lstjK9NTyett_oeXtFiEQ&redirect_uri=https://yourapp.com

说明: https://marketplace.zoom.us/docs/guides/auth/oauth#getting-access-token

Thanks,
Tommy