When we login with LinkedIn, a new error occurs.
RiteshSinghApache opened this issue · 9 comments
Hi sir,
An Error Was Encountered
User profile request failed! LinkedIn returned an invalid response: stdClass::__set_state(array( 'errorCode' => 0, 'message' => 'This resource is no longer available under v1 APIs', 'requestId' => '4RFKWPR3OK', 'status' => 410, 'timestamp' => 1560367569458, ))
and my URL is http://localhost/hybridauthSocial/hauth/window/LinkedIn
Please suggest me what can I do to solve this error.
Hello, you need to use Hybridauth v2.15+
ah good, currently we have issue with packagist, try to use composer require hybridauth/hybridauth:dev-master
Good morning sir,
Also, update your this given file according to the present version.
application/config/hybridauth.php
application/libraries/Hybridauth.php
application/controllers/Hauth.php
application/views/Hauth
and please replay me as soon as possible.
Done with version 2.15.1
This is my application file
closed as no activity.