Answer the question
In order to leave comments, you need to log in
How to get a valid access_token for a post on the VK wall?
I'm trying to post on the wall of the VK page.
First I make a request here:
https://oauth.vk.com/access_token?client_id=XXXX&c...
"error_code":28,"error_msg":"Application authorization failed: access_token has expired."
Answer the question
In order to leave comments, you need to log in
And it may also depend on AJAX if you use JavaScript then use XHR(XmlHttpRequest)
Code example:
var xhr = new XMLHttpRequest();
var url = 'YOUR URL';
xhr.open('POST', url);
xhr.send();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question