We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey!
VK provider is throwing an error due to version. Please update it to '5.81'.
( ! ) Warning: Undefined property: stdClass::$response in /www/vendor/socialconnect/auth/src/OAuth2/Provider/Vk.php on line 119 Call Stack ... SocialConnect\OAuth2\Provider\Vk->getIdentity( $accessToken = class SocialConnect\OAuth2\AccessToken { protected $token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; protected $expires = 1652336114; protected $uid = 99999999 } )
PHP: 8
Library: socialconnect/auth/src/OAuth2/Provider/Vk.php
Provider: VK
Provider options:
[ 'options' => [...] ];
Thanks 😺
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey!
Issue
VK provider is throwing an error due to version. Please update it to '5.81'.
( ! ) Warning: Undefined property: stdClass::$response in /www/vendor/socialconnect/auth/src/OAuth2/Provider/Vk.php on line 119
Call Stack
...
SocialConnect\OAuth2\Provider\Vk->getIdentity( $accessToken = class SocialConnect\OAuth2\AccessToken { protected $token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; protected $expires = 1652336114; protected $uid = 99999999 } )
My env
PHP: 8
Library: socialconnect/auth/src/OAuth2/Provider/Vk.php
Provider: VK
Provider options:
[ 'options' => [...] ];
Thanks 😺
The text was updated successfully, but these errors were encountered: