vk-windowsphone-sdk
vk-windowsphone-sdk copied to clipboard
VK SDK for Windows Phone
UWP class library for use VK SDK on UWP projects. All code linked from VK.WindowsPhone.SDK-XAML project. For #19 #22
VkHttpRequestHelper --> public static async void Upload(...) var httpClient = new Windows.Web.Http.HttpClient(); HttpMultipartFormDataContent content = new HttpMultipartFormDataContent(); content.Add(new HttpStreamContent(data.AsInputStream()), paramName, fileName ?? "myDataFile"); ---> content.Headers.Add("Content-Type", uploadContentType);
2016-11-20 18:17:50:945: ERROR VKRequest deserialization failed on dataString={"response":[{"id":***,"first_name":"***","last_name":"***","photo_50":"***"}]} e.Message = Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'VK.WindowsPhone.SDK.API.Model.VKList`1[VK.WindowsPhone.SDK.API.Model.VKUser]' because the type requires a JSON object (e.g. {"name":"value"})...
Здравствуйте. Не могли бы вы обновить SDK для Universal Windows Platform, дабы облегчить разработчикам создание приложений
https://new.vk.com/feed?section=notifications
Подключил sdk windows phone к проекту. private List _scope = new List { VKScope.STATUS }; ``` public testpage() { this.InitializeComponent(); this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += this.NavigationHelper_LoadState; this.navigationHelper.SaveState += this.NavigationHelper_SaveState;...
Ребята, помогите, очень нужна помощь! Получил задание на написание клиента ВК для WP с некоторыми функциями. Решил не тратить время на изучение основ работы с API ВК и установил SDK...
I was wondering if this SDK was still in development? At this time there is no support for posting to the wall using the SDK on Windows Phone RT or...
Добрый день. Уже второй день, не могу понять, как сделать "авторизацию сервера приложения". Понимаю, что надо делать запрос на сервер "https://oauth.vk.com/access_token?client_id= + CLIENT_ID + &client_secret= + CLIENT_SECRET + &v=5.50&grant_type=client_credentials", но...
We have Silverlight based game with VK SDK integrated and we are already in your catalog. We did not implemented the authentication with VK app, because it's not supported by...