R
R
ruslannafisovich2017-08-31 08:29:47
In contact with
ruslannafisovich, 2017-08-31 08:29:47

How to post a long message using standalone?

string site = "https://api.vk.com/";
            string param1 = $"method/wall.post?owner_id={_myOwnerId}&message={param}&access_token={_accessToken}";

Similarly, I try to publish a long text in my group. I get a response from the server "414 Request-URI Too Long".
How else can I post a long text?
Why do I send the same text through the form https://vk.com/dev/wall.post and it is published by sending the text through the above link and the server gives an error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2017-08-31
@vshvydky

And you try not to send a get request, but shove the post and your text into the body

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question