1
1
101002015-05-03 12:06:11
PHP
10100, 2015-05-03 12:06:11

How to iterate over received data using VK API without using DOM?

Hello.
Recently I took up VK api for the first time. I really wanted to collect some information.
Understand the methods and their parameters.
Authorized
Received a token
Started working with methods.
I don’t know yet how to properly communicate, so I did some kind of crutches, since there is no one to consult with.
The task was to find several video recordings with a certain name and display them on

экран, для этого выполнил GET запрос такого типа:

header("Location: https://api.vk.com/method/video.search?q=anime&count=10&access_token=ВАШ_ТОКЕН");

The output is the following code:
{"response":[{"id":171119218,"title":"Майкрафт Лето Плавки РРок Н Ролл!) ( Animation)","description":"в Видео содержатся кусочки чужих видео разрешение есть *\nНарод не Обсирайтесь в коментах и уважайте мнение других людей!)\nПодписывайся на канал!)\nМоя партнеркаYouPartnerWSP.  https:\/\/youpartnerwsp.com\/join?6614\nреклама! - http:\/\/vk.com\/topic-49037085_29188875\n\nесли хочешь нам памочь наш киви  +77714636815  Страна Казахстан \n☼ПрИяТнОго☼ ☼ПроСмоТра☼\nподписывайся на канал http:\/\/www.youtube.com\/user\/ilka87015402023\/featured?view_as=public\nвк группа - http:\/\/vk.com\/club49037085\nя вк- http:\/\/vk.com\/i","owner_id":-82162403,"duration":114,"date":1422895264,"thumb":"https:\/\/pp.vk.me\/c634204\/u248902071\/video\/m_5e6c61cd.jpg","image_medium":"https:\/\/pp.vk.me\/c634204\/u248902071\/video\/l_282eb070.jpg","player":"http:\/\/vk.com\/video_ext.php?oid=-82162403&id=171119218&hash=a814cebf94c39683"},

{"id":171136895,"title":"Эпизод 55. Такой секс","description":"Несмотря на столь всеобъемлющее название, мульт не про секс.. а про нечто большее. Мульт мне самому раньше не нравился, а вот сейчас пересморел, пока монтировал и понял, что эпизод классный на самом деле. Он про всё и ни про что одновременно. Абсолютно, стопроцентно естесственный. Маленький фрагмент выдернутый из жизни и описаный довольно точно.<br><br> Так оно и бывает- что-то прекрасно, где-то вдруг облом,  серьезное получается смешным, а то грустно без видимой причины.  Мир не черно-белый, он сос","owner_id":-89032755,"duration":176,"date":1425655032,"thumb":"https:\/\/pp.vk.me\/c634400\/u248902071\/video\/m_1f89f391.jpg","image_medium":"https:\/\/pp.vk.me\/c634400\/u248902071\/video\/l_69bc28f2.jpg","player":"http:\/\/vk.com\/video_ext.php?oid=-89032755&id=171136895&hash=9c824547b9156c00"}]}

And then I ran into a problem, how to sort out this thing? For example, refer only to the title.
I tried somehow through the passive to look for the numbers of the elements, but nothing comes out (Tell me how the information is collected correctly, how to sow it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IceJOKER, 2015-05-03
@IceJOKER

No one to consult? But what about Google?
myrusakov.ru/php-api-vk.html
ps I recommend using curl-om, and file_get_contents();certainly notheader(...);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question