maxwell2022/linkedin-oauth

v1.1.1 2014-03-17 06:16 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:54:30 UTC


README

Total Downloads

LinkedInOAuth

PHP library for working with LinkedIn's OAuth API.

Flow Overview

  1. Build LinkedInOAuth object using client credentials.
  2. Request temporary credentials from LinkedIn.
  3. Build authorize URL for LinkedIn.
  4. Redirect user to authorize URL.
  5. User authorizes access and returns from LinkedIn.
  6. Rebuild LinkedInOAuth object with client credentials and temporary credentials.
  7. Get token credentials from LinkedIn.
  8. Rebuild LinkedInOAuth object with client credentials and token credentials.
  9. Query LinkedIn API.