PyLinkedIn

A simple interface to the LinkedIn OAuth system
Download

PyLinkedIn Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Publisher Name:
  • Ihasmax
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4 KB

PyLinkedIn Tags


PyLinkedIn Description

A simple interface to the LinkedIn OAuth system PyLinkedIn provides you basically support for the Python LinkedIn API.For the moment PyLinkedIn supports fetching all of your connections (your contacts) and getting your status.To make PyLinkedIn work follow the steps described below: · Download PyLinked in · Install Python Oauth · from linkedin import LinkedIn · get request token: LinkedIn.getRequestToken(key, secret) · get authorization url: LinkedIn.getAuthorizeUrl(requestToken), redirect user to the page. · LinkedIn will redirect to the page you have on file with them, save the verifier they send. · After redirect: get access token: LinkedIn.getAccessToken(requestToken, verifier) Requirements: · Python · LinkedIn account · OAuth Python library


PyLinkedIn Related Software