Answer the question
In order to leave comments, you need to log in
Why is the response error from vk api?
trying to make a request
var req="//api.vk.com/method/video.get?owner_id=-109098029&album_id=1&extended=1&access_token=&v=5.40"
$.ajax({
url : req,
type : "GET",
dataType : "jsonp",
success : function(data){
console.log(data.response[1]);
}
});
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