ApacheEx/CodeIgniter-HybridAuth

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

image

Please suggest me what can I do to solve this error.

Hello, you need to use Hybridauth v2.15+

I'm already using v3.0.0 this version and unpack in application/third_party/hybridauth

image

When I'm updating for more detail please see attachment and I got an error.

image

ah good, currently we have issue with packagist, try to use composer require hybridauth/hybridauth:dev-master

When I'm run this command (composer require hybridauth/hybridauth:dev-master) I lost my Hybrid file inside this ( C:\wamp64\www\hybridauthSocial\vendor\hybridauth\hybridauth\hybridauth\ ) and getting an error Could not load the Hybrid_Auth class.

image

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

hybridauth_social_testing.zip

closed as no activity.