Skip to content

Instantly share code, notes, and snippets.

View pdornier's full-sized avatar

Paul Dornier pdornier

View GitHub Profile
var request = require('request');
const CLIENT_ID = '<client_id>';
const CLIENT_SECRET = '<client_secret>';
const REDIRECT_URI = '<redirect_uri>';
module.exports = {
// Handles the the redirect URI location
callback: function(req, res) {
// code is the OAuth code received from the Zoom OAuth permissions page