Add authentication method to SocialClient
This commit is contained in:
parent
9d9a4b46b3
commit
4d01947092
2 changed files with 16 additions and 0 deletions
|
@ -624,6 +624,7 @@
|
|||
try
|
||||
{
|
||||
$client = new SocialClient(self::getServerAddress(), $domain);
|
||||
$client->authenticate();
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue