Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
/ linkedin-token Public archive

A small helper tool to create oauth2 token for linkedin api v2

License

Notifications You must be signed in to change notification settings

jroehl/linkedin-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-token

A small helper tool to create oauth2 token for linkedin api v2

oclif Version Downloads/week License

Usage and commands

npx linkedin-token --help

linkendin-token cli

USAGE
  $ linkedin-token

OPTIONS
  -S, --scope=scope                  [default: r_liteprofile,r_emailaddress,w_member_social] scope of the permissions
  -V, --version                      show CLI version
  -c, --callback_path=callback_path  [default: callback] path of the temporary server callback url
  -h, --help                         show CLI help
  -i, --client_id=client_id          (required) client id of the linkedin app
  -p, --port=port                    [default: 3000] port of the temporary server and callback url
  -s, --client_secret=client_secret  (required) client secret of the linkedin app
  -v, --verbose

DESCRIPTION
  Use this cli to generate a oauth2 access token for the linkedin api v2. You need to have an app set up (https://www.linkedin.com/developers/apps)

Create access token

npx linkedin-token --client_id=<client_id> --client_secret=<client_secret>

About

A small helper tool to create oauth2 token for linkedin api v2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published