Answer the question
In order to leave comments, you need to log in
VK API returns erro 15, huh?
trying to get url for later download
<script src="//vk.com/js/api/openapi.js" type="text/javascript"></script>
function authInfo(response) {
if (response.session) {
VK.Api.call('photos.getWallUploadServer',
{
group_id: response.session.mid
v: 5.37
},
function (r) {
console.log(r);
}
)
;
}
}
VK.Auth.getLoginStatus(authInfo);
VK.UI.button('login_button');
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