maxwell2022 / linkedin-oauth
v1.1.1
2014-03-17 06:16 UTC
Requires
- php: >=5.3.0
- maxwell2022/oauth-client: >=1.5,<2.0
This package is not auto-updated.
Last update: 2024-12-21 16:20:41 UTC
README
LinkedInOAuth
PHP library for working with LinkedIn's OAuth API.
Flow Overview
- Build LinkedInOAuth object using client credentials.
- Request temporary credentials from LinkedIn.
- Build authorize URL for LinkedIn.
- Redirect user to authorize URL.
- User authorizes access and returns from LinkedIn.
- Rebuild LinkedInOAuth object with client credentials and temporary credentials.
- Get token credentials from LinkedIn.
- Rebuild LinkedInOAuth object with client credentials and token credentials.
- Query LinkedIn API.