Closed ivserg-at closed 3 years ago
Please, consider fixing as advised on https://yandex.ru/dev/passport/doc/dg/reference/response.html:
< $userProfile->photoURL = 'http://upics.yandex.net/' . $userProfile->identifier . '/normal'; --- > if (!$data->get('is_avatar_empty')) { > $userProfile->photoURL = 'https://avatars.mds.yandex.net/get-yapic/' . $data->get('default_avatar_id') . '/islands-200'; > }
It is https://github.com/hybridauth/hybridauth related
Please, consider fixing as advised on https://yandex.ru/dev/passport/doc/dg/reference/response.html: