M
M
miggi2011-12-17 18:43:34
JavaScript
miggi, 2011-12-17 18:43:34

How to correctly call VKontakte API methods on the server side?

Welcome all.
Faced the task of getting the number of Likes for my application on the server side (Java).
In fact, I'm looking for an alternative VK.Api.call('likes.getList')in the form of a single URL with a set of parameters.
That is, my server will call the API by calling for example:
_ vkontakte.ru/developers.php?oid=1234567&p=likes.ge...
In general, I googled for a long time, and could not figure out which correct URL to use.
If anyone has come across a similar issue, I'd be grateful for your help!
Sample code in any language Python, PHP and others, or just a URL will do.
PS: The API developers promise that "this method can be called without using authorization data."

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eternalko, 2012-01-14
@Eternalko

Run the test on the local host and track with a sniffer what URL is being requested.

E
Evgeny Seleznev, 2012-01-14
@alkali

everything is described here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question