Guest User

Untitled

a guest
May 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. app.get('/callback', function(req, res) {
  2. var code = req.query.code || null;
  3. var state = req.query.state || null;
  4.  
  5. console.log(code)
  6. });
Add Comment
Please, Sign In to add comment