A
A
Andrew2015-03-08 17:20:19
In contact with
Andrew, 2015-03-08 17:20:19

How to correctly call the VK method and display the answer?

I log in to VKontakte. All OK. Displays the ID and that the authorization has passed (your code).
Next, I make a request (for example, to a video). By link:

<a href="https://oauth.vk.com/authorize?client_id=ИДМОЕГО_ПРИЛОЖЕНИЯ&scope=video&redirect_uri=http://МОЙСАЙТ/list.php&display=page&response_type=code">Считать видео</a>

And here is the video output page:
<script src="http://vk.com/js/api/openapi.js" type="text/javascript"></script>
<br>
 <script language="javascript">
VK.init({
  apiId: ИД МОЕГО ПРИЛОЖЕНИЯ
});

VK.Api.call("video.get", function(test) { 
   if(test.response) { 
     document.write(test.response[1].photo_320); 
     document.write(test.response[2].id); 
     } 
 });
 
 <br>
</script>

Что не так? Два года назад (в 2013, весной) вывод работал. Потом забросил. Летом тестил, уже не работало (код не менял), потом начал возиться, да быстро забросил. Сейчас хочу вернуться и подучиться.
з.ы. Как обычно, извиняюсь за быть может детские вопросы :)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question