mirror of
https://github.com/openvk/openvk
synced 2025-04-19 14:43:01 +03:00
Make /token more compatible with vk api
This commit is contained in:
parent
95847d88cd
commit
a165f9d71f
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ final class VKAPIPresenter extends OpenVKPresenter
|
|||
"expires_in" => 0,
|
||||
"user_id" => $uId,
|
||||
"is_stale" => $tokenIsStale,
|
||||
"secret" => "super_secret_value",
|
||||
]);
|
||||
|
||||
$size = strlen($payload);
|
||||
|
|
Loading…
Reference in a new issue