-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Исправлена ошибка #231 + сопутствующие баги
В метод авторизации через токен добавлена возможность указать срок действия токена. Объявления таймера выделено в отдельный метод. Исправлена ошибка приведения типов в методе WallCategory.Obsolete.Get(x);
- Loading branch information
1 parent
b7deb87
commit 061024d
Showing
2 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
061024d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если кто увидит этот комментарий, то тут еще нужно подправить, потому что я сделал запас (var expireTime = (Convert.ToInt32(authorization.ExpiresIn) - 10) * 1000;) так что значение может принять отрицательный оборот