Skip to content

Simple example usage of LinkedIn API with "3-legged OAuth" authorization

Notifications You must be signed in to change notification settings

shric/linkedin-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

linkedin-api-example

Simple example usage of LinkedIn API with "3-legged OAuth" authorization

Requirements

  • bottle.
  • Tested on Python 3.x but should be trivial to make work on 2.7

Usage

CLIENT_ID="your client_id" CLIENT_SECRET="your client_secret" REDIRECT_URI="your redirect_uri" python3 main.py

See Authorization Code Flow (3-legged OAuth) step 1 and 2 for information about these parameters.

In this example code, it expects the redirect_uri to be something that hits the server with /callback but of course this can be changed.

About

Simple example usage of LinkedIn API with "3-legged OAuth" authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages