Php lib for Yandex.Music. Big thx @MarshalX
$token = "";
$client = new Client($token);
$account = $client->getAccount();
if($account == null){
$client->fromCredentials("username", "paassword" , true);
// this will print the token
}
Php lib for Yandex.Music. Big thx @MarshalX
Php lib for Yandex.Music. Big thx @MarshalX
$token = "";
$client = new Client($token);
$account = $client->getAccount();
if($account == null){
$client->fromCredentials("username", "paassword" , true);
// this will print the token
}
Php lib for Yandex.Music. Big thx @MarshalX