2017 © Pedro Peláez
 

library linkedin

LinkedIn strategy for Opauth

image

opauth/linkedin

LinkedIn strategy for Opauth

  • Sunday, June 3, 2018
  • by Ceeram
  • Repository
  • 9 Watchers
  • 16 Stars
  • 26,386 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 16 Forks
  • 2 Open issues
  • 7 Versions
  • 5 % Grown

The README.md

Opauth-LinkedIn

[Opauth][1] strategy for LinkedIn, implemented based on https://developer.linkedin.com/documents/authentication using OAuth 2., (*1)

Opauth is a multi-provider authentication framework for PHP., (*2)

Demo: http://opauth.org#linkedin, (*3)

Getting started

  1. Install Opauth-LinkedIn:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/opauth/linkedin.git LinkedIn
    

    or, (*5)

    composer require opauth/linkedin
    
  2. Create LinkedIn application at https://www.linkedin.com/secure/developer, (*6)

    • Enter your domain at JavaScript API Domain
    • There is no need to enter OAuth Redirect URL
  3. Configure Opauth-LinkedIn strategy with at least qpi_key and secret_key., (*7)

  4. Direct user to http://path_to_opauth/linkedin to authenticate, (*8)

Strategy configuration

Required parameters:, (*9)

<?php
'LinkedIn' => array(
    'api_key' => 'YOUR API KEY',
    'secret_key' => 'YOUR SECRET KEY'
),

Note: To obtain email, include r_emailaddress to scope, eg.: 'scope' => 'r_basicprofile r_emailaddress'., (*10)

See LinkedInStrategy.php for more optional parameters., (*11)

License

Opauth-LinkedIn is MIT Licensed Copyright © U-Zyn Chua (http://uzyn.com), (*12)

The Versions

03/06 2018

dev-master

9999999-dev http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth linkedin linked in

07/04 2014

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth linkedin linked in

15/06 2013

dev-oauth1

dev-oauth1 http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth linkedin linked in

15/06 2013

0.2.0

0.2.0.0 http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth linkedin linked in

31/01 2013

0.1.2

0.1.2.0 http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth linkedin linked in

27/10 2012

0.1.1

0.1.1.0 http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth linkedin linked in

09/06 2012

0.1.0

0.1.0.0 http://opauth.org

LinkedIn strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth linkedin linked in