Code Monkey home page Code Monkey logo

zoom-oauth-and-api's Introduction

Zoom OAuth and API

This repo is created to provide Zoom OAuth and API classes in python. Not all APIs of Zoom are created here. If you need any API of Zoom, then you can go to their document and create a new API. Also, you can get idea of how to create API from my code.

Requirments

  • OAuth app from Zoom marketplace
  • client_id from Oauth app
  • client_secret from Oauth app
  • redirect_uri to where it will redirect.

Both redirect_uri and allowed url should me mentioned in Oauth app.

Zoom OAuth

For getting access_token at first time you need to get authorization code from Zoom and pass it to:

ZoomOAuth().get_first_token(code)

Then, it will return a response which will have refresh_token. You have to store refresh_token for further API calls.

For getting authorization code, direct the user to https://zoom.us/oauth/authorize

Example

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

For every API call you have to update old refresh_token to new token.

Feel free to add or change code and leave grammatical mistakes in document (๐Ÿ‘‰๏พŸใƒฎ๏พŸ)๐Ÿ‘‰

zoom-oauth-and-api's People

Contributors

sajad-lx avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.