InTouch Versions Save

:busts_in_silhouette: InTouch - is a programming SDK build around vk.com API exposing most of the social platform features including messaging, news feed fetching, communities, and media management.

v1.0.27

7 years ago

v1.0.27 (April 12, 2017)

  • Fixed a bug in the parameter name auto_complete and fixed the erroneous code audio genre. @McDanilRus in #21.
  • Adds targeting to .NET Standard 1.1. @virtyaluk in #22.
  • Regular project update. @virtyaluk in #23.
    • New options for setting service_token and getting credentials flow authorization through new methods SetServiceToken and GetClientCredentialsFlow.
    • New methods: Utils.GetLinkStats, Utils.GetShortLink, Photos.GetOwnerCoverPhotoUploadServer, Photos.SaveOwnerCoverPhoto, Secure.SetUserLevel, Secure.SetCounter, Secure.SendSMSNotification, Secure.SendNotification, Secure.GetAppBalance and Secure.CheckToken.
    • Minor improvements and bug fixes. Fixes #20.
  • API version 5.63. @virtyaluk in #24.
    • New Callback API event - wall_repost.
    • New methods: Wall.PostAdsStealth, Wall.EditAdsStealth, Utils.GetLastShortenedLinks and Utils.deleteFromLastShortened.
    • New Views property of wall Post object.
    • Allows to use fields param on Wall.GetComments and Video.GetComments methods.
    • Utils.GetShortLink now accepts additional isPrivate param and returns new structure ShortenedLink.

v1.0.26

7 years ago

v1.0.26 (January 15, 2017)

v1.0.25

7 years ago

v1.0.25 (January 15, 2017)

  • Recovery build. .NET Standard project was removed due to build problem.

v1.0.24

7 years ago

v1.0.24 (January 15, 2017)

  • Recovery build. .NET Standard project was removed due to build problem.

v1.0.20

7 years ago

v1.0.20 (January 15, 2017)

  • Adds .NET Standard 1.1 targeting project. @virtyaluk in #18.
  • API version 5.62. @virtyaluk in #17.
    • Messages.gGetHistoryAttachments method returns MessageId field.
    • User object has a new value of relationship status (8 — "in a civil union").
  • API version 5.61. @virtyaluk in #16.
    • Group object contains new Cover field.
    • Account.GetCounters method takes a new value FriendsSuggestions in the Filter parameter.

v1.0.19

7 years ago

v1.0.19 (November 21, 2016)

  • Adds 3 new methods: DenyMessagesFromGroup, AllowMessagesFromGroup, IsMessagesFromGroupAllowed. @virtyaluk in #13.
  • API version 5.59. @virtyaluk in #14.
    • Group object contains new IsMessagesAllowed field.
    • Two new events MessageAllow and MessageDeny has been added to Callback API. Groups.SetCallbackSettings method supports two new parameters and Groups.GetCallbackSettings returns two new fields respectively.
  • API version 5.60. @virtyaluk in #15.
    • Account.GetInfo method returns an additional TwoFactorAuthorizationRequired field for accounts with 2FA.
    • Button field has a new structure for attachments with Link type.

v1.0.18

7 years ago

v1.0.18 (October 10, 2016)

  • Groups Callback API. @virtyaluk in #10.
  • New markAsImportantDialog and markAsAnsweredDialog methods. @virtyaluk in #11.
  • New Doc.Preview properties. @virtyaluk in #12.
  • Code refactoring and improvements.
  • New VK API version - 5.57.

v1.0.17

7 years ago

v1.0.17 (August 28, 2016)

  • JSON response is now default. @RomanGL
  • API session duration could be 0.
  • Fixes failing tests.

v1.0.16

7 years ago

v1.0.16 (July 28, 2016)

  • Revert "Fixed method mask in InTouch.Request<T>". @virtyaluk in #8.

v1.0.15

7 years ago

v1.0.15 (July 28, 2016)

  • API aligned with latest version of VK API (5.53).
  • Fixed AudioGenres.Speech enum value. @RomanGL in #2.
  • AudioSearchParams.SearchOwn MethodParamAttribute.Name fix. @RomanGL in #3.
  • Implemented ToString for Audio, Video, Doc, BaseAlbum and ResponseError. @RomanGL in #4.
  • Fixed method mask in InTouch.Request<T>. @RomanGL in #5.
  • Allows sessions with duration of 0. @acedened in #6.
  • APIVersion: type changed to string. @RomanGL in #7.