titarenko / OAuth2

OAuth2 client implementation for .NET
412 stars 154 forks source link

VkClient is outdated #116

Closed lucky-ly closed 6 years ago

lucky-ly commented 6 years ago

VkClient doesn't work since Feb 1 2018 because since then v (api version) parameter is required for api calls. And the api call used for retrieving user data is outdated too - uids parameter is unknown now, user_ids should be used instead.

niemyjski commented 6 years ago

Can you please submit a pr for this.

Thanks -Blake Niemyjski

On Wed, Apr 4, 2018 at 1:31 AM, Dmitry Svechnikov notifications@github.com wrote:

VkClient doesn't work since Feb 1 2018 because since then v (api version) parameter is required for api calls. And the api call used for retrieving user data is outdated too - uids parameter is unknown now, user_ids should be used instead.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/titarenko/OAuth2/issues/116, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-SozXgHRTE4bi5-2KEf_hTT_r2PtQXks5tlGizgaJpZM4TGPUl .

niemyjski commented 6 years ago

Thanks for the PR!