Skip to content

pinzler/bitly-nodejs-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bitly Oauth Node.JS & Express Quick Template

Setup on bitly

Go to http://bitly.com/a/oauth_apps and follow the steps to register a new application.

The "Redirect URI" must be the same link to where you put oauth.php for your redirect.

Copy down your Client ID and Client Secret and insert them into the server.js file.

The files

server.js - This will setup a /login URL that take the user to a bitly login page and then after the user logs in they will be redirected back to /callback for more of the oauth process and to get the user access token.

##Links

bitly Developer Website

More on bitly Authentication

About

Bitly Authorization NodeJS & Express Quick Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published