![Picture of Patai Krisztián Picture of Patai Krisztián](/graphics/unknown.gif)
Patai Krisztián - 2016-05-12 08:29:06
Hi!
It is possible to use oauth2 for LinkedIn now. You use 1.0a in your class.
So i changed the followings:
oauth_version = 2.0
dialog_url = https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id={CLIENT_ID}&redirect_uri={REDIRECT_URI}&state={STATE}&scope={SCOPE}
access_token_url = https://www.linkedin.com/uas/oauth2/accessToken
But got an error message: Failed to obtain access token or Unknown authentication scheme
Please help me, how to switch LinkedIn to oauth 2.0
Thanks
(http.php is missing from the package)