Add authentication method to SocialClient

This commit is contained in:
netkas 2025-01-10 18:11:24 -05:00
parent 9d9a4b46b3
commit 4d01947092
2 changed files with 16 additions and 0 deletions

View file

@ -624,6 +624,7 @@
try
{
$client = new SocialClient(self::getServerAddress(), $domain);
$client->authenticate();
}
catch (Exception $e)
{