Zoom
从应用市场创建 Zoom 应用
-
访问 Zoom 应用市场
-
将鼠标悬停在
Develop
按钮上并选择Build App
-
选择
General App
并点击Create
配置你的 Zoom 应用
确保你在应用设置的 Basic Information
部分。
-
在
Select how the app is managed
下,选择User-managed
-
在
App Credentials
下,复制你的Client ID
和Client Secret
并安全存储 -
在
OAuth Information
->OAuth Redirect URL
下,添加你的回调 URL。例如:对于生产环境,你应该将其设置为你的应用程序的 URL。如果你更改了认证路由的基础路径,你应该相应地更新重定向 URL。
跳转到 Scopes
部分,然后:
- 点击
Add Scopes
按钮 - 搜索
user:read:user
(查看用户)并选择它 - 添加你的应用程序需要的其他作用域,然后点击
Done