Answer the question
In order to leave comments, you need to log in
VkNet.Exception.UnknownMethodException: Unknown method passed. Wall.get doesn't work, what should I do?
using System;
using VkNet;
using VkNet.Model;
using VkNet.Model.RequestParams;
static void Main(string[] args)
{
var api = new VkApi();
api.Authorize(new ApiAuthParams
{
AccessToken = ""
});
var get = api.Wall.Get(new WallGetParams
{
Domain = "",
Count = 5,
});
Console.WriteLine(get);
}
Maybe I made a mistake somewhere and do not see the error?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question