F
F
firestar72016-04-29 12:21:09
PHP
firestar7, 2016-04-29 12:21:09

How to parse the authors of posts in the community using the VK API?

I am the administrator of a community that contains a large staff of editors. It can be difficult to control their work (the number of published posts from each) manually, so I asked myself the following question. Is it possible using the VK API to parse the pages of people who have published posts in the public for the last (the deadline for editing the post and seeing the author) day? Moreover, the records are published without signatures.
That is, the goal is to create statistics of publications by name.
I read the documentation, but I did not find the necessary method. Maybe who knows?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Perin, 2016-04-29
@seoperin

Look in the direction of the callback api , the data will go down on its own, instantly, you don’t need to parse it by the crown, and the data of who exactly posted the post is also transmitted, even if it is without a signature. There you get the ID of the user who posted it, and then - users.get

C
corndan, 2016-06-24
@corndan

The wall.get method will help you
Then just json_decode and if necessary, you can go through users.get

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question