Skip to content

Instantly share code, notes, and snippets.

@agraebe
Last active July 5, 2016 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agraebe/4024fa58ecaba7a800776e784d6e5277 to your computer and use it in GitHub Desktop.
Save agraebe/4024fa58ecaba7a800776e784d6e5277 to your computer and use it in GitHub Desktop.
API login
app.get('/api/login', function(request, response) {
var url = uber.getAuthorizeUrl(['history','profile', 'request', 'places']);
response.redirect(url);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment