PHP Classes

it says Linkedin is not yet a supported type of OAuth server

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  it says Linkedin is not yet a...  >  (Un) Subscribe thread alerts  
Subject:it says Linkedin is not yet a...
Summary:i can't find linkedin in the oauth_configuration.json neither
Messages:4
Author:allenmao
Date:2015-04-28 08:30:18
 

  1. it says Linkedin is not yet a...   Reply   Report abuse  
Picture of allenmao allenmao - 2015-04-28 08:30:18
can you create a linkedin server in the configuration.json for me?

it needs oauth_version 1.0a, and no redirect url, no authorization, 2-legged, thanks.

api call post

api.linkedin.com/v1/jobs

  2. Re: it says Linkedin is not yet a...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-04-28 09:19:29 - In reply to message 1 from allenmao
It should be "LinkedIn" (notice capital I). Take a look at the example:

phpclasses.org/package/7700-PHP-Aut ...

  3. Re: it says Linkedin is not yet a...   Reply   Report abuse  
Picture of allenmao allenmao - 2015-04-28 09:21:41 - In reply to message 2 from Manuel Lemos
i meant to say "LinkedIn" if you look at the "oauth_configuration.json", there is only "LinkedIn2", no "LinkedIn".

i am looking for "LinkedIn" server. can you help? thanks.

  4. Re: it says Linkedin is not yet a...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-04-29 01:01:51 - In reply to message 3 from allenmao
The LinkedIn configuration is built-in the class, it does not take any values from oauth_configuration.json. That is how the login_with_linkedin.php script works.